Variable: feedmail-nuke-bcc
feedmail-nuke-bcc is a customizable variable defined in
feedmail.el.gz.
Value
t
Documentation
If non-nil remove Bcc: lines from the message headers.
In any case, the Bcc: lines do participate in the composed address
list. You may want to leave them in if you're using sendmail
(see feedmail-buffer-eating-function).
Source Code
;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-nuke-bcc t
"If non-nil remove Bcc: lines from the message headers.
In any case, the Bcc: lines do participate in the composed address
list. You may want to leave them in if you're using sendmail
\(see `feedmail-buffer-eating-function')."
:group 'feedmail-headers
:type 'boolean
)