Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c3220 if (MaxRcptPerMsg > 0 &&
3221 smtp.sm_nrcpts >= MaxRcptPerMsg)
H A Dsendmail.h2608 EXTERN int MaxRcptPerMsg; /* max recipients per SMTP message */ variable
H A Dreadcf.c4280 MaxRcptPerMsg = atoi(val);