Variable: spam-spamassassin-arguments
spam-spamassassin-arguments is a customizable variable defined in
spam.el.gz.
Value
nil
Documentation
Arguments to pass to the spamassassin executable.
This must be a list. For example, ("-C" "configfile").
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-spamassassin-arguments ()
"Arguments to pass to the spamassassin executable.
This must be a list. For example, `(\"-C\" \"configfile\")'."
:type '(restricted-sexp :match-alternatives (listp))
:group 'spam-spamassassin)