Searched refs:H_RESENT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 103 { "resent-sender", H_FROM|H_RESENT, NULL }, 104 { "resent-from", H_FROM|H_RESENT, NULL }, 105 { "resent-reply-to", H_FROM|H_RESENT, NULL }, 117 { "resent-to", H_RCPT|H_RESENT, NULL }, 119 { "resent-cc", H_RCPT|H_RESENT, NULL }, 121 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL }, 126 { "resent-message-id", H_RESENT, NULL }, 134 { "resent-date", H_RESENT, NULL },
|
H A D | headers.c | 253 bitset(H_RESENT, hi->hi_flags)) 925 bitset(H_RESENT, h->h_flags))) 1098 (!bitset(H_RESENT, hi->hi_flags) || 1914 if (bitset(H_RESENT, h->h_flags) && !bitset(EF_RESENT, e->e_flags))
|
H A D | sendmail.h | 1029 #define H_RESENT 0x00000008 /* this address is a "Resent-..." address */ macro
|
H A D | queue.c | 815 if (bitset(H_RESENT, h->h_flags) &&
|