Home
last modified time | relevance | path

Searched refs:H_BCC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c1852 if (bitset(H_BCC, h->h_flags))
H A Dconf.c116 { "bcc", H_RCPT|H_BCC, NULL },
117 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL },
H A Dsendmail.h814 #define H_BCC 0x00004000 /* Bcc: header: strip value or delete */ macro