Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmci.c250 mci->mci_retryrcpt = false;
387 mci->mci_retryrcpt = false;
H A Dusersmtp.c2586 mci->mci_retryrcpt = true;
2746 if (mci->mci_okrcpts <= 0 && mci->mci_retryrcpt)
2762 if (mci->mci_okrcpts <= 0 && mci->mci_retryrcpt)
3416 mci->mci_okrcpts <= 0 && mci->mci_retryrcpt))
H A Ddeliver.c1483 rcode, mci->mci_okrcpts, mci->mci_retryrcpt,
4261 mci->mci_retryrcpt = rcode == EX_TEMPFAIL;
4275 mci->mci_retryrcpt = false;
4399 mci->mci_retryrcpt = true;
4459 && (mci->mci_retryrcpt || mci->mci_okrcpts > 0)
4672 if (mci != NULL && mci->mci_retryrcpt && nummxhosts > hostnum)
H A Dsendmail.h886 bool mci_retryrcpt; /* tempfail for at least one rcpt */ variable