Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcollect.c382 #define SMTPMODE_STRICT ((smtpmode & SMTPMODE_CRLF) != 0)
H A Dsendmail.h3064 #define SMTPMODE_CRLF 0x02 /* CRLF.CRLF required for EOM */ macro
H A Dsrvrsmtp.c4177 | (bitset(SRV_REQ_CRLF, e->e_features) ? SMTPMODE_CRLF : 0),