Searched refs:H_BCC (Results 1 – 3 of 3) sorted by relevance
120 { "bcc", H_RCPT|H_BCC, NULL },121 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL },
1944 if (bitset(H_BCC, h->h_flags) && !KeepBcc)
1040 #define H_BCC 0x00004000 /* Bcc: header: strip value or delete */ macro