Home
last modified time | relevance | path

Searched refs:hostsignature (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/sendmail/src/
HDTRACEFLAGS23 17 deliver.c hostsignature
HDrecipient.c120 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host,
123 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host,
HDdeliver.c1953 firstto->q_signature = hostsignature(firstto->q_mailer,
1983 to->q_signature = hostsignature(to->q_mailer,
2515 curhost = hostsignature(m, pv[1],
6969 hostsignature(m, host, ad, pqflags) in hostsignature() function
7834 q = hostsignature(a->q_mailer, a->q_host, true, &a->q_flags);
7838 q = hostsignature(mailer, hs, true, NULL);
HDsendmail.h1466 extern char *hostsignature __P((MAILER *, char *, bool, unsigned long *));
/freebsd-head/contrib/sendmail/
HDRELEASE_NOTES1423 Deal with empty hostnames in hostsignature(). This bug could lead
2962 hostsignature (character string version of MX RR). This orders
10757 hostsignature, which strips the square brackets and
11043 Debugging: -d17 was overloaded (hostsignature and usersmtp.c);