Variable: spam-split-last-successful-check
spam-split-last-successful-check is a variable defined in spam.el.gz.
Value
nil
Documentation
Internal variable.
spam-split will set this to nil or a spam-use-XYZ check if it
finds ham or spam.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defvar spam-split-last-successful-check nil
"Internal variable.
`spam-split' will set this to nil or a spam-use-XYZ check if it
finds ham or spam.")