Line 23:
Line 23:
enable Bayes. See [[Email#Bayesian_Autolearning | Bayesian Autolearning]] as described in the [[Email]] page for a full setup. The barely to do would be:
enable Bayes. See [[Email#Bayesian_Autolearning | Bayesian Autolearning]] as described in the [[Email]] page for a full setup. The barely to do would be:
db configuration setprop spamassassin UseBayes 1
db configuration setprop spamassassin UseBayes 1
+
config setprop spamassassin BayesAutoLearnThresholdSpam 6.00
+
config setprop spamassassin BayesAutoLearnThresholdNonspam 0.10
+
expand-template /etc/mail/spamassassin/local.cf
+
sa-learn --sync --dbpath /var/spool/spamd/.spamassassin -u spamd
+
chown spamd.spamd /var/spool/spamd/.spamassassin/bayes_*
+
chown spamd.spamd /var/spool/spamd/.spamassassin/bayes.mutex
+
chmod 640 /var/spool/spamd/.spamassassin/bayes_*
+
config setprop spamassassin status enabled
+
config setprop spamassassin RejectLevel 12
+
config setprop spamassassin TagLevel 4
+
config setprop spamassassin Sensitivity custom
signal-event email-update
signal-event email-update
−
Don't forget to configure db key according to your needs and expand config file.
+
+
Don't forget to configure db key according to your needs and expand config file to activate the contrib.
=== Documentation ===
=== Documentation ===