On 07/09/2014 12:40 AM, RW wrote:
use_learner 0
use_learner ( 0 | 1 ) (default: 1)
Whether to use any machine-learning classifiers with
SpamAssassin, such as the default 'BAYES_*' rules. Setting this to
0 will disable use of any and all human-trained classifiers.
iirc, I've used use_learner 0 while testing different Bayes backend read
speeds/file locking to avoid any learning intereference.
It seemed to have done what I needed.
(I did not review the code to confirm this)
You can also use
use_bayes_rules 0
use_learner 1
to tell SA to only feed Bayes yet NOT apply Bayes rules to msgs (as in
the case of feeding trap data to Bayes via highscored dummy poison pill
rules and autolearn_force)