Variable: mh-junk-function-alist

mh-junk-function-alist is a variable defined in mh-e.el.gz.

Value

((spamassassin mh-spamassassin-blocklist mh-spamassassin-allowlist)
 (bogofilter mh-bogofilter-blocklist mh-bogofilter-allowlist)
 (spamprobe mh-spamprobe-blocklist mh-spamprobe-allowlist))

Documentation

Available choices of spam programs to use.

This is an alist. For each element there are functions that blocklist a message as spam and allowlist a message incorrectly classified as spam.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
;; Available spam filter interfaces
(defvar mh-junk-function-alist
  '((spamassassin mh-spamassassin-blocklist mh-spamassassin-allowlist)
    (bogofilter mh-bogofilter-blocklist mh-bogofilter-allowlist)
    (spamprobe mh-spamprobe-blocklist mh-spamprobe-allowlist))
  "Available choices of spam programs to use.

This is an alist. For each element there are functions that
blocklist a message as spam and allowlist a message incorrectly
classified as spam.")