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