Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/spamdb/
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/src/libexec/spamd/
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()
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()
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/src/usr.sbin/smtpd/
Dsmtp_session.c134 char helo[LINE_MAX]; member
702 const char *line, *helo; in smtp_session_imsg() local
771 m_get_string(&m, &helo); in smtp_session_imsg()
772 (void)strlcpy(s->smtpname, helo, sizeof(s->smtpname)); in smtp_session_imsg()
1112 s->helo[0] = '\0'; in smtp_io()
1381 if (s->helo[0] == '\0') { in smtp_check_rset()
1400 if (s->helo[0]) { in smtp_check_helo()
1434 if (s->helo[0]) { in smtp_check_ehlo()
1461 if (s->helo[0] == '\0' || s->tx) { in smtp_check_auth()
1495 if (s->helo[0] == '\0' || s->tx) { in smtp_check_starttls()
[all …]
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 …]
Dsmtp.h53 const char *helo; /* string to use with HELO */ member
Dsmtpc.c148 params.helo = hostname; in main()
164 params.helo = optarg; in main()
Dqueue_backend.c708 if (memchr(ep->helo, '\0', sizeof(ep->helo)) == NULL) in envelope_validate()
710 if (ep->helo[0] == '\0') in envelope_validate()
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()
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()
Dlka_filter.c72 char *helo; member
521 free(fs->helo); in lka_filter_end()
845 free(fs->helo); in filter_protocol()
846 fs->helo = xstrdup(param); in filter_protocol()
1234 filter_check_helo_table(filter, K_DOMAIN, fs->helo) || in filter_builtins_global()
1235 filter_check_helo_regex(filter, fs->helo) || in filter_builtins_global()
Druleset.c124 ret = table_match(table, service, evp->helo); in ruleset_match_smtp_helo()
Dsmtpd.h487 char helo[HOST_NAME_MAX+1]; member
1179 char *helo; member
Dparse.y719 if (dsp->u.remote.helo) {
724 dsp->u.remote.helo = $2;
Dmta.c1814 key.heloname = dispatcher->u.remote.helo; in mta_relay()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D648.chain46 helo/neJHj9zP4FgJJekkWKeQYmqrBXsDrXtvLKQWIGkIY/aaU1lZvAgF0W5
/openbsd/src/gnu/llvm/llvm/docs/
DTestingGuide.rst515 ``helo``, ``hello``, ``helllo``, and so on.