Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c2886 if (MaxRcptPerMsg > 0 &&
2887 smtp.sm_nrcpts >= MaxRcptPerMsg)
H A Dsendmail.h2430 EXTERN int MaxRcptPerMsg; /* max recipients per SMTP message */ variable
H A Dreadcf.c3981 MaxRcptPerMsg = atoi(val);