Searched defs:nummxhosts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c1307 SM_NONVOLATILE int nummxhosts = 0; /* number of MX hosts available */ local
2011 nummxhosts = parse_hostsignature(curhost, mxhosts, m);
2015 while (hostnum < nummxhosts)
2167 if (hostnum < nummxhosts && LogLevel > 9)
2176 h = nummxhosts - NumFallbackMXHosts;
3276 else if (nummxhosts > hostnum)
3426 if (rcode == EX_TEMPFAIL && nummxhosts > hostnum)
3614 if (mci != NULL && mci->mci_retryrcpt && nummxhosts > hostnum)

Completed in 300 milliseconds