Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c246 mci->mci_retryrcpt = false;
324 mci->mci_retryrcpt = false;
H A Dusersmtp.c2438 mci->mci_retryrcpt = true;
2604 return mci->mci_retryrcpt ? EX_TEMPFAIL
2623 return mci->mci_retryrcpt ? EX_TEMPFAIL
H A Ddeliver.c3341 mci->mci_retryrcpt = false;
3367 mci->mci_retryrcpt = true;
3613 if (mci != NULL && mci->mci_retryrcpt && nummxhosts > hostnum)
H A Dsendmail.h678 bool mci_retryrcpt; /* tempfail for at least one rcpt */ variable