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

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c93 bool bouncequota = FALSE; /* permanent error when over quota */ variable
147 bouncequota = TRUE;
186 dolmtp(bouncequota);
214 deliver(hfd, bfd, *argv, bouncequota);
344 dolmtp(bouncequota)
345 bool bouncequota;
395 bouncequota);
719 handle_error(err_num, bouncequota, path)
721 bool bouncequota;
725 if (err_num == EDQUOT && bouncequota) {
[all...]

Completed in 21 milliseconds