Variable: feedmail-sendmail-f-doesnt-sell-me-out

feedmail-sendmail-f-doesnt-sell-me-out is a customizable variable defined in feedmail.el.gz.

Value

nil

Documentation

If non-nil, call "sendmail" with "-f".

See message-sendmail-f-is-evil for an explanation of what the
"-f" parameter does.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-sendmail-f-doesnt-sell-me-out nil
  "If non-nil, call \"sendmail\" with \"-f\".
See `message-sendmail-f-is-evil' for an explanation of what the
\"-f\" parameter does."
  :version "24.1"
  :group 'feedmail-headers
  :type 'boolean)