Home
last modified time | relevance | path

Searched refs:H_RCPT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
Dheaders.c289 if (!bitset(hi->hi_flags, H_FROM|H_RCPT))
366 else if (bitset(H_RCPT, hi->hi_flags))
471 bitset(H_RCPT|H_FROM, h->h_flags) &&
909 if (GrabTo && bitset(H_RCPT, h->h_flags) &&
1954 if (bitset(H_FROM|H_RCPT, h->h_flags))
Dconf.c117 { "to", H_RCPT | Xflags, NULL },
118 { "resent-to", H_RCPT|H_RESENT, NULL },
119 { "cc", H_RCPT, NULL },
120 { "resent-cc", H_RCPT|H_RESENT, NULL },
121 { "bcc", H_RCPT|H_BCC, NULL },
122 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL },
123 { "apparently-to", H_RCPT, NULL },
Dsendmail.h984 #define H_RCPT 0x00000002 /* contains recipient addresses */ macro
Dqueue.c860 else if (bitset(H_FROM|H_RCPT, h->h_flags) &&