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

/sendmail/mail.local/
H A Dmail.local.c155 bool BounceQuota = false; /* permanent error when over quota */ variable
253 BounceQuota = true;
1321 if (errno == EDQUOT && BounceQuota)
1374 if (errno == EDQUOT && BounceQuota)
1729 if (BounceQuota)

Completed in 10 milliseconds