Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c116 BadRcptThrottle > 0 && n_badrcpts > BadRcptThrottle \
2557 n_badrcpts_adj = (BadRcptThrottle > 0 &&
2558 n_badrcpts > BadRcptThrottle &&
2581 if (BadRcptThrottle > 0 &&
2582 n_badrcpts >= BadRcptThrottle)
2585 n_badrcpts == BadRcptThrottle)
H A Dsendmail.h2251 EXTERN int BadRcptThrottle; /* Throttle rejected RCPTs per SMTP message */ variable
H A Dreadcf.c3419 BadRcptThrottle = atoi(val);
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4584 _OPTION(BadRcptThrottle, `confBAD_RCPT_THROTTLE', `0')
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3833 confBAD_RCPT_THROTTLE BadRcptThrottle [infinite] If set and the specified