Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcollect.c385 #define BARE_LF_SP ((smtpmode & SMTPMODE_LF_SP) != 0)
H A Dsendmail.h3067 #define SMTPMODE_LF_SP 0x10 /* bare LF: replace with space */ macro
H A Dsrvrsmtp.c4175 | (bitset(SRV_BARE_LF_SP, e->e_features) ? SMTPMODE_LF_SP : 0)