Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_out.c129 #define TEXT_RECORD(t) ((t) == REC_TYPE_NORM || (t) == REC_TYPE_CONT) in cleanup_out() macro
131 if (msg_verbose && !TEXT_RECORD(type)) in cleanup_out()
137 if (len > var_line_limit && TEXT_RECORD(type)) { in cleanup_out()
/netbsd/src/external/ibm-public/postfix/dist/src/postcat/
Dpostcat.c192 #define TEXT_RECORD(rec_type) \ in postcat() macro
275 if (TEXT_RECORD(rec_type)) { in postcat()
278 && prev_type != REC_TYPE_CONT && TEXT_RECORD(rec_type) in postcat()