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

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c159 bool BounceQuota = false; /* permanent error when over quota */ variable
261 BounceQuota = true;
1337 if (errno == EDQUOT && BounceQuota)
1390 if (errno == EDQUOT && BounceQuota)
1745 if (BounceQuota)

Completed in 116 milliseconds