Home
last modified time | relevance | path

Searched refs:helo (Results 1 – 18 of 18) sorted by relevance

/openbsd/usr.sbin/spamdb/
H A Dspamdb.c222 char *helo, *from, *to; in print_entry() local
226 helo = cp + 1; in print_entry()
227 from = strchr(helo, '\n'); in print_entry()
242 a, "", helo, from, (long long)gd.first, in print_entry()
250 a, helo, from, to, (long long)gd.first, in print_entry()
/openbsd/libexec/spamd/
H A Dsync.c248 char *from, *to, *helo; in sync_recv() local
310 helo = to + ntohs(sg->sg_to_length); in sync_recv()
317 helo, inet_ntoa(ip), from, to); in sync_recv()
323 helo, inet_ntoa(ip), from, to); in sync_recv()
418 sync_update(time_t now, char *helo, char *ip, char *from, char *to) in sync_update() argument
433 helo, ip, from, to); in sync_update()
441 helolen = strlen(helo) + 1; in sync_update()
488 iov[i].iov_base = helo; in sync_update()
H A Dgrey.c758 greyupdate(char *dbname, char *helo, char *ip, char *from, char *to, int sync, in greyupdate() argument
777 if (asprintf(&key, "%s\n%s\n%s\n%s", ip, helo, from, to) == -1) in greyupdate()
844 spamtrap ? "greytrap " : "", ip, from, to, helo); in greyupdate()
883 sync_update(now, helo, ip, from, to); in greyupdate()
920 char cip[32], ip[32], helo[MAX_MAIL], from[MAX_MAIL], to[MAX_MAIL]; in greyreader() local
968 strlcpy(helo, buf+3, sizeof(helo)); in greyreader()
998 helo, ip, from, to); in greyreader()
999 greyupdate(PATH_SPAMD_DB, helo, ip, from, to, sync, cip); in greyreader()
H A Dspamd.c60 char helo[MAX_MAIL], mail[MAX_MAIL], rcpt[MAX_MAIL]; member
837 cp->helo[0] = '\0'; in nextstate()
838 gethelo(cp->helo, sizeof cp->helo, cp->ibuf); in nextstate()
839 if (cp->helo[0] == '\0') { in nextstate()
928 cp->caddr, cp->helo, cp->addr, in nextstate()
/openbsd/usr.sbin/smtpd/
H A Dsmtp_session.c134 char helo[LINE_MAX]; member
1111 s->helo[0] = '\0'; in smtp_io()
1380 if (s->helo[0] == '\0') { in smtp_check_rset()
1399 if (s->helo[0]) { in smtp_check_helo()
1433 if (s->helo[0]) { in smtp_check_ehlo()
1758 (void)strlcpy(s->helo, args, sizeof(s->helo)); in smtp_proceed_helo()
1767 s->helo, in smtp_proceed_helo()
1776 (void)strlcpy(s->helo, args, sizeof(s->helo)); in smtp_proceed_ehlo()
1786 s->helo, in smtp_proceed_ehlo()
2308 (void)strlcpy(tx->evp.helo, s->helo, sizeof(tx->evp.helo)); in smtp_tx()
[all …]
H A Dmta_session.c90 char *helo; member
337 s->helo = xstrdup(name); in mta_session_imsg()
395 free(s->helo); in mta_free()
456 if (s->helo == NULL) { in mta_connect()
468 s->helo = xstrdup(s->relay->heloname); in mta_connect()
470 s->helo = xstrdup(env->sc_hostname); in mta_connect()
584 mta_send(s, "EHLO %s", s->helo); in mta_enter_state()
585 mta_report_link_identify(s, "EHLO", s->helo); in mta_enter_state()
590 mta_send(s, "HELO %s", s->helo); in mta_enter_state()
591 mta_report_link_identify(s, "HELO", s->helo); in mta_enter_state()
[all …]
H A Dsmtp.h53 const char *helo; /* string to use with HELO */ member
H A Dsmtpc.c148 params.helo = hostname; in main()
164 params.helo = optarg; in main()
H A Dqueue_backend.c708 if (memchr(ep->helo, '\0', sizeof(ep->helo)) == NULL) in envelope_validate()
710 if (ep->helo[0] == '\0') in envelope_validate()
H A Dlka_filter.c71 char *helo; member
520 free(fs->helo); in lka_filter_end()
842 free(fs->helo); in filter_protocol()
843 fs->helo = xstrdup(param); in filter_protocol()
1221 filter_check_helo_table(filter, K_DOMAIN, fs->helo) || in filter_builtins_global()
1222 filter_check_helo_regex(filter, fs->helo) || in filter_builtins_global()
H A Dsmtp_client.c282 smtp_client_sendcmd(proto, "EHLO %s", proto->params.helo); in smtp_client_state()
286 smtp_client_sendcmd(proto, "HELO %s", proto->params.helo); in smtp_client_state()
290 smtp_client_sendcmd(proto, "LHLO %s", proto->params.helo); in smtp_client_state()
H A Denvelope.c396 return ascii_load_string(ep->helo, buf, sizeof ep->helo); in ascii_load_field()
648 return ascii_dump_string(ep->helo, buf, len); in ascii_dump_field()
H A Druleset.c124 ret = table_match(table, service, evp->helo); in ruleset_match_smtp_helo()
H A Dsmtpd.h487 char helo[HOST_NAME_MAX+1]; member
1178 char *helo; member
H A Dparse.y719 if (dsp->u.remote.helo) {
724 dsp->u.remote.helo = $2;
H A Dmta.c1814 key.heloname = dispatcher->u.remote.helo; in mta_relay()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D648.chain46 helo/neJHj9zP4FgJJekkWKeQYmqrBXsDrXtvLKQWIGkIY/aaU1lZvAgF0W5
/openbsd/gnu/llvm/llvm/docs/
H A DTestingGuide.rst515 ``helo``, ``hello``, ``helllo``, and so on.