Searched refs:H_FORCE (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/sendmail/src/ |
| HD | conf.c | 128 { "received", H_TRACE|H_FORCE, NULL }, 129 { "x400-received", H_TRACE|H_FORCE, NULL }, 130 { "via", H_TRACE|H_FORCE, NULL }, 131 { "mail-from", H_TRACE|H_FORCE, NULL }, 134 { "comments", H_FORCE|H_ENCODABLE, NULL }, 135 { "return-path", H_FORCE|H_ACHECK|H_BINDLATE, NULL }, 140 { "x-authentication-warning", H_FORCE, NULL },
|
| HD | headers.c | 399 !bitset(H_FORCE, h->h_flags))
|
| HD | sendmail.h | 820 #define H_FORCE 0x00000040 /* force this field, even if default */ macro
|
| /trueos/contrib/sendmail/ |
| HD | RELEASE_NOTES | 4547 Add H_FORCE flag for the X-Authentication-Warning: header, so it 10480 Return-Path: line (conf.c needs H_FORCE to avoid
|