Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dconf.c120 { "bcc", H_RCPT|H_BCC, NULL },
121 { "resent-bcc", H_RCPT|H_BCC|H_RESENT, NULL },
H A Dheaders.c1944 if (bitset(H_BCC, h->h_flags) && !KeepBcc)
H A Dsendmail.h1040 #define H_BCC 0x00004000 /* Bcc: header: strip value or delete */ macro