Home
last modified time | relevance | path

Searched refs:nummxhosts (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/sendmail/src/
H A Ddeliver.c2555 nummxhosts = parse_hostsignature(curhost, mxhosts, m
2563 while (hostnum < nummxhosts)
2889 if (hostnum < nummxhosts && LogLevel > 9)
2898 h = nummxhosts - NumFallbackMXHosts;
4202 else if (nummxhosts > hostnum)
4458 if (rcode == EX_TEMPFAIL && nummxhosts > hostnum
4672 if (mci != NULL && mci->mci_retryrcpt && nummxhosts > hostnum)
7805 int nummxhosts, i; local
7813 nummxhosts = parse_hostsignature(hs, mxhosts, mailer
7819 "nummxhosts=%d\n", nummxhosts);
[all …]