Searched refs:hostsignature (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Drecipient.c115 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host);
117 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host);
H A Ddeliver.c1493 firstto->q_signature = hostsignature(firstto->q_mailer,
1517 to->q_signature = hostsignature(to->q_mailer,
1974 curhost = hostsignature(m, pv[1]);
5694 #define MAXHOSTSIGNATURE 8192 /* max len of hostsignature */
5697 hostsignature(m, host) function
5719 sm_dprintf("hostsignature(%s)\n", host);
5764 sm_dprintf("hostsignature(): stab(%s) found %s\n", host,
5840 sm_dprintf("hostsignature(): getmxrr() returned %d, mxhosts[0]=%s\n",
5858 sm_syslog(LOG_WARNING, NOQID, "hostsignature for host '%s' exceeds maxlen (%d): %d",
5921 sm_dprintf("hostsignature(
[all...]
H A Dsendmail.h1176 /* hostsignature structure */
1180 char *hs_sig; /* hostsignature */
1216 extern char *hostsignature __P((MAILER *, char *));

Completed in 137 milliseconds