Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcollect.c386 #define BARE_CR_SP ((smtpmode & SMTPMODE_CR_SP) != 0)
H A Dsendmail.h3068 #define SMTPMODE_CR_SP 0x20 /* bare CR: replace with space */ macro
H A Dsrvrsmtp.c4176 | (bitset(SRV_BARE_CR_SP, e->e_features) ? SMTPMODE_CR_SP : 0)