Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Ddeliver.c1356 deliver(e, firstto) in deliver() argument
1358 ADDRESS *firstto;
1371 register ADDRESS *SM_NONVOLATILE to = firstto;
1436 SM_REQUIRE(firstto != NULL); /* same as to */
1602 if (firstto->q_signature == NULL)
1603 firstto->q_signature = hostsignature(firstto->q_mailer,
1604 firstto->q_host,
1605 firstto->q_flags & QSECURE);
1606 firstsig = firstto->q_signature;
1624 if (to->q_mailer != firstto->q_mailer)
[all …]