Variable: feedmail-nuke-resent-bcc
feedmail-nuke-resent-bcc is a customizable variable defined in
feedmail.el.gz.
Value
t
Documentation
If non-nil remove Resent-Bcc: lines from the message headers.
In any case, the Resent-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-resent-bcc t
"If non-nil remove Resent-Bcc: lines from the message headers.
In any case, the Resent-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
)