Jo wrote: > I keep seeing spam messages with negative scores, like this:
> No, score=-0.317 tagged_above=-1.99 required=4.01 > tests=[BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_POST=1.708, > HTML_30_40=0.374, HTML_MESSAGE=0.001, MIME_HTML_ONLY=0.001, > NO_RECEIVED=-0.001, NO_RELAYS=-0.001] > So I'm trying to figure out what amavisd is doing with the sa bayes > stuff, but all I can find is a few notes that amavisd-new uses a single > bayes database for all users. Nothing about how to tweak it ... This is a SpamAssassin issue, but generally it appears your Bayes could use some manual training: http://spamassassin.apache.org/full/3.1.x/dist/doc/sa-learn.html Run sa-learn as the amavisd-new user, e.g. : su vscan -c 'sa-learn --spam /path/to/spam' If the spam is not on your amavisd-new system, see if you can save the spam as plain text files (that are readable as such) and transfer them to your amavisd-new system using something like WinSCP. Having the mail in a format usable by sa-learn is a frequent topic on the SA list. It's not an issue when the mail store is on the same server as SpamAssassin, but often difficult when it is not. For example: http://wiki.apache.org/spamassassin/SiteWideBayesFeedback Gary V ------------------------------------------------------------------------- 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/
