Searched refs:H_RCPT (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 288 if (!bitset(hi->hi_flags, H_FROM|H_RCPT)) 356 else if (bitset(H_RCPT, hi->hi_flags)) 444 bitset(H_RCPT|H_FROM, h->h_flags) && 882 if (GrabTo && bitset(H_RCPT, h->h_flags) && 1874 if (bitset(H_FROM|H_RCPT, h->h_flags))
|
H A D | conf.c | 112 { "to", H_RCPT, NULL }, 113 { "resent-to", H_RCPT|H_RESENT, NULL }, 114 { "cc", H_RCPT, NULL }, 115 { "resent-cc", H_RCPT|H_RESENT, NULL }, 116 { "bcc", H_RCPT|H_BCC, NULL }, 117 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL }, 118 { "apparently-to", H_RCPT, NULL },
|
H A D | sendmail.h | 801 #define H_RCPT 0x00000002 /* contains recipient addresses */ macro
|
H A D | queue.c | 838 else if (bitset(H_FROM|H_RCPT, h->h_flags) &&
|