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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c8189 int maxrcpt, nrcpt, ndead, nsplit, i; local
8199 maxrcpt = Queue[e->e_qgrp]->qg_maxrcpt;
8200 if (maxrcpt <= 0)
8211 if (nrcpt <= maxrcpt)
8231 ** do not count towards the maxrcpt limit.
8254 if (nrcpt - ndead <= maxrcpt)
8281 i = maxrcpt + ndead;
8341 if (nrcpt - i <= maxrcpt)
8343 i += maxrcpt;
8351 maxrcpt, nrcp
[all...]

Completed in 59 milliseconds