Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1287 deliver(e, firstto) in deliver() argument
1289 ADDRESS *firstto;
1302 register ADDRESS *SM_NONVOLATILE to = firstto;
1337 SM_REQUIRE(firstto != NULL); /* same as to */
1491 if (firstto->q_signature == NULL)
1492 firstto->q_signature = hostsignature(firstto->q_mailer,
1493 firstto->q_host);
1494 firstsig = firstto->q_signature;
1512 if (to->q_mailer != firstto->q_mailer)
1530 ret = firstto == to ? HS_MATCH_FULL :
[all …]