Rocco wrote: > Thanks.
>> >> AFAIK AWL grows forever. Something like this may help somewhat: >> >> DELETE FROM `awl` WHERE `count` = 1 AND `totscore` > 5; >> >> > Could You explain why you choose 5 as value threshold? >> > Thanks, >> > rocsca >> >> Somewhat arbitrary but SpamAssassin uses a target score of 5 >> for the delineation point between ham and spam, so I chose a >> number SpamAssassin would consider spam. Personally I don't >> use AWL but if I did I would use a more sophisticated method >> of maintaining it. The section "Optional: If you would like >> finer control of auto-whitelist maintenance" in this document >> explains how I do this: >> http://www200.pair.com/mecham/spam/debian-spamassassin-sql.html >> > How I have to do so that I can delete the same entry from native SA > database? (ie.: if I don't use the DB?) > rocsca See check_whitelist provided with the source code, or: http://www.deepnet.cx/~kdeugau/spamtools/trim_whitelist but this deletes *all* 'one off' entries. 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/
