On Fri, 6 Oct 2006 10:44 -0700, Jo Rhett wrote: > Now, how can I prevent Bayes from SUBTRACTING 2.6 from every message > short of completely disabling it?
These lines in /usr/local/etc/mail/spamassassin/local.cf (or whatever path your local.cf is in) and then amavisd reload should do it I think: score BAYES_00 0 0 0 0 score BAYES_05 0 0 0 0 score BAYES_20 0 0 0 0 score BAYES_40 0 0 0 0 Those four categories are the ones with negative values as default. See grep BAYES /usr/local/share/spamassassin/50_scores.cf. Peter Olsson [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
