Searched refs:H_RCPT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 289 if (!bitset(hi->hi_flags, H_FROM|H_RCPT)) 380 else if (bitset(H_RCPT, hi->hi_flags)) 485 bitset(H_RCPT|H_FROM, h->h_flags) && 922 if (GrabTo && bitset(H_RCPT, h->h_flags) && 1966 if (bitset(H_FROM|H_RCPT, h->h_flags))
|
H A D | conf.c | 116 { "to", H_RCPT | Xflags, NULL }, 117 { "resent-to", H_RCPT|H_RESENT, NULL }, 118 { "cc", H_RCPT, NULL }, 119 { "resent-cc", H_RCPT|H_RESENT, NULL }, 120 { "bcc", H_RCPT|H_BCC, NULL }, 121 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL }, 122 { "apparently-to", H_RCPT, NULL },
|
H A D | sendmail.h | 1027 #define H_RCPT 0x00000002 /* contains recipient addresses */ macro
|
H A D | queue.c | 864 else if (bitset(H_FROM|H_RCPT, h->h_flags) &&
|