Searched refs:BadRcptThrottle (Results 1 - 3 of 3) 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
2253 EXTERN unsigned int BadRcptThrottleDelay; /* delay for BadRcptThrottle */
H A Dreadcf.c2180 { "BadRcptThrottle", O_RCPTTHROT, OI_SAFE },
3419 BadRcptThrottle = atoi(val);

Completed in 91 milliseconds