Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddeliver.c1289 deliver(e, firstto) in deliver() argument
1291 ADDRESS *firstto;
1304 register ADDRESS *SM_NONVOLATILE to = firstto;
1339 SM_REQUIRE(firstto != NULL); /* same as to */
1493 if (firstto->q_signature == NULL)
1494 firstto->q_signature = hostsignature(firstto->q_mailer,
1495 firstto->q_host);
1496 firstsig = firstto->q_signature;
1514 if (to->q_mailer != firstto->q_mailer)
1532 ret = firstto == to ? HS_MATCH_FULL :
[all …]