Home
last modified time | relevance | path

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

/netbsd/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c694 } strip_cr; in enqueue() local
893 strip_cr = name_code(sm_fix_eol_table, NAME_CODE_FLAG_STRICT_CASE, in enqueue()
895 if (strip_cr == STRIP_CR_ERROR) in enqueue()
900 if (strip_cr == STRIP_CR_DUNNO && type == REC_TYPE_NORM) { in enqueue()
902 strip_cr = STRIP_CR_DO; in enqueue()
904 strip_cr = STRIP_CR_DONT; in enqueue()
914 if (strip_cr == STRIP_CR_DO && type == REC_TYPE_NORM) in enqueue()