Variable: spam-sa-learn-rebuild
spam-sa-learn-rebuild is a customizable variable defined in
spam.el.gz.
Value
t
Documentation
Whether sa-learn should rebuild the database every time it is called.
Enable this if you want sa-learn to rebuild the database automatically. Doing this will slightly increase the running time of the spam registration process. If you choose not to do this, you will have to run "sa-learn --rebuild" in order for SpamAssassin to recognize the new registered spam.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-sa-learn-rebuild t
"Whether sa-learn should rebuild the database every time it is called.
Enable this if you want sa-learn to rebuild the database automatically. Doing
this will slightly increase the running time of the spam registration process.
If you choose not to do this, you will have to run \"sa-learn --rebuild\" in
order for SpamAssassin to recognize the new registered spam."
:type 'boolean
:group 'spam-spamassassin)