Home
last modified time | relevance | path

Searched refs:q_signature (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Drecipient.c119 if (xx->q_signature == NULL)
120 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host,
122 if (yy->q_signature == NULL)
123 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host,
125 ret = strcmp(xx->q_signature, yy->q_signature);
H A Ddeliver.c1952 if (firstto->q_signature == NULL)
1953 firstto->q_signature = hostsignature(firstto->q_mailer,
1957 firstsig = firstto->q_signature;
1982 if (to->q_signature == NULL) /* for safety */
1983 to->q_signature = hostsignature(to->q_mailer,
2000 coloncmp(to->q_signature, firstsig);
2026 parse_hostsignature(to->q_signature, mxhosts, m, mxads);
2040 , to->q_signature, mxhosts[0]
H A Dsendmail.h402 char *q_signature; /* MX-based sorting value */ member