Searched refs:H_ACHECK (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 110 { "full-name", H_ACHECK, NULL }, 144 { "return-path", H_FORCE|H_ACHECK|H_BINDLATE, NULL }, 147 { "content-length", H_ACHECK, NULL },
|
H A D | headers.c | 1902 if (bitset(H_CHECK|H_ACHECK, h->h_flags) &&
|
H A D | sendmail.h | 1031 #define H_ACHECK 0x00000020 /* ditto, but always (not just default) */ macro
|
H A D | queue.c | 844 bitset(H_CHECK|H_ACHECK, h->h_flags))
|