Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dsrvrsmtp.c3018 if (MaxRcptPerMsg > 0 &&
3019 smtp.sm_nrcpts >= MaxRcptPerMsg)
H A Dsendmail.h2458 EXTERN int MaxRcptPerMsg; /* max recipients per SMTP message */ variable
H A Dreadcf.c4049 MaxRcptPerMsg = atoi(val);