Variable: spam-bogofilter-header

spam-bogofilter-header is a customizable variable defined in spam.el.gz.

Value

"X-Bogosity"

Documentation

The header that Bogofilter inserts in messages.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-bogofilter-header "X-Bogosity"
  "The header that Bogofilter inserts in messages."
  :type 'string
  :group 'spam-bogofilter)