Daryl C. W. O'Shea wrote: > Justin Mason wrote: >> hi all -- >> >> OK, if you're planning to send us mass-check logs for the 3.2.0 >> rescoring, >> now's the time! >> >> http://wiki.apache.org/spamassassin/RescoreDetails has all the details. > > Why do the instructions have bayes auto learning and AWL turned off? >
AWL isn't scored, so no need to slow things down with the DB interaction. The --learn=35 does 35% random bayes learning, which simulates human learning so auto learn is turned off. Michael > echo "bayes_auto_learn 0" > spamassassin/user_prefs > echo "lock_method flock" >> spamassassin/user_prefs > echo "bayes_store_module Mail::SpamAssassin::BayesStore::SDBM" >> > spamassassin/user_prefs > echo "use_auto_whitelist 0" >> spamassassin/user_prefs > echo "whitelist_bounce_relays example.com" >> spamassassin/user_prefs > > > Daryl >
