Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcollect.c383 #define BARE_LF_421 ((smtpmode & SMTPMODE_LF_421) != 0)
H A Dsendmail.h3065 #define SMTPMODE_LF_421 0x04 /* bare LF: drop connection */ macro
H A Dsrvrsmtp.c4173 | (bitset(SRV_BARE_LF_421, e->e_features) ? SMTPMODE_LF_421 : 0)