Searched refs:maxrcpt (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c8213 int maxrcpt, nrcpt, ndead, nsplit, i; local
8223 maxrcpt = Queue[e->e_qgrp]->qg_maxrcpt;
8224 if (maxrcpt <= 0)
8235 if (nrcpt <= maxrcpt)
8255 ** do not count towards the maxrcpt limit.
8278 if (nrcpt - ndead <= maxrcpt)
8305 i = maxrcpt + ndead;
8365 if (nrcpt - i <= maxrcpt)
8367 i += maxrcpt;
8375 maxrcpt, nrcp
[all...]

Completed in 91 milliseconds