Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c165 BadRcptThrottle > 0 && n_badrcpts > BadRcptThrottle \
166 ? n_badrcpts - 1 : n_badrcpts); \
963 volatile unsigned int n_badrcpts = 0; /* number of rejected RCPT */ local
2913 n_badrcpts = 0;
3155 n_badrcpts > BadRcptThrottle &&
3157 ? n_badrcpts - 1 : n_badrcpts;
3163 (smtp.sm_nrcpts + n_badrcpts) >=
3179 n_badrcpts >= BadRcptThrottle)
3182 n_badrcpts == BadRcptThrottle)
3189 n_badrcpts++;
[all …]