Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c715 unsigned int sm_nrcpts; /* number of successful RCPT commands */ member
833 if (smtp.sm_nrcpts > 0) \
836 smtp.sm_nrcpts = 0; \
1052 smtp.sm_nrcpts = 0;
2912 smtp.sm_nrcpts = 0;
3161 smtp.sm_nrcpts == 0 ||
3163 (smtp.sm_nrcpts + n_badrcpts) >=
3221 smtp.sm_nrcpts >= MaxRcptPerMsg)
3429 if (smtp.sm_nrcpts == 0)
3434 smtp.sm_nrcpts++;
[all …]