Home
last modified time | relevance | path

Searched refs:BadRcptThrottle (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c165 BadRcptThrottle > 0 && n_badrcpts > BadRcptThrottle \
3154 n_badrcpts_adj = (BadRcptThrottle > 0 &&
3155 n_badrcpts > BadRcptThrottle &&
3178 if (BadRcptThrottle > 0 &&
3179 n_badrcpts >= BadRcptThrottle)
3182 n_badrcpts == BadRcptThrottle)
H A Dsendmail.h2570 EXTERN int BadRcptThrottle; /* Throttle rejected RCPTs per SMTP message */ variable
H A Dreadcf.c4284 BadRcptThrottle = atoi(val);
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf450 #O BadRcptThrottle=0
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4602 _OPTION(BadRcptThrottle, `confBAD_RCPT_THROTTLE', `0')
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES1555 ${nbadrcpts} was off by one if BadRcptThrottle is zero.
2019 BadRcptThrottle now also works for addresses which return the
3117 BadRcptThrottle). From Gregory A Lundberg of the WU-FTPD
3446 confBAD_RCPT_THROTTLE BadRcptThrottle
/freebsd/contrib/sendmail/cf/
H A DREADME4274 confBAD_RCPT_THROTTLE BadRcptThrottle [infinite] If set and the specified