Variable: spam-disable-spam-split-during-ham-respool
spam-disable-spam-split-during-ham-respool is a customizable variable
defined in spam.el.gz.
Value
nil
Documentation
Whether spam-split should be ignored while resplitting ham.
This is useful to prevent ham from ending up in the same spam
group after the resplit. Don't set this to t if you have spam-split as the
last rule in your split configuration.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-disable-spam-split-during-ham-respool nil
"Whether `spam-split' should be ignored while resplitting ham.
This is useful to prevent ham from ending up in the same spam
group after the resplit. Don't set this to t if you have `spam-split' as the
last rule in your split configuration."
:type 'boolean
:group 'spam)