Function: spam-install-statistical-checkonly-backend
spam-install-statistical-checkonly-backend is a byte-compiled function
defined in spam.el.gz.
Signature
(spam-install-statistical-checkonly-backend BACKEND CHECK)
Documentation
Install a statistical BACKEND than can only CHECK for spam.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-install-statistical-checkonly-backend (backend check)
"Install a statistical BACKEND than can only CHECK for spam."
(spam-install-backend-super
backend
'check check 'statistical t))