Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcollect.c384 #define BARE_CR_421 ((smtpmode & SMTPMODE_CR_421) != 0)
H A Dsendmail.h3066 #define SMTPMODE_CR_421 0x08 /* bare CR: drop connection */ macro
H A Dsrvrsmtp.c4174 | (bitset(SRV_BARE_CR_421, e->e_features) ? SMTPMODE_CR_421 : 0)