Haines wrote: > Yes, I did set these values. Here's what I've been using for last > couple days:
> $sa_tag_level_deflt = -999; > $sa_tag2_level_deflt = 5.0; > $sa_kill_level_deflt = 8.0; > But how something with a spamscore of 7.8 is "passed" is a mystery to me. This is not a mystery. Anything with a score less than $sa_kill_level_deflt will be passed. With your configuration, anything greater than or equal to $sa_kill_level_deflt will be discarded. If you configure: $sa_spam_subject_tag = '*** SPAM *** '; Then mail that scores >= $sa_tag2_level_deflt and is passed will have the subject line prepended with the text '*** SPAM *** ' I also want to mention that as I said earlier, you need to have a Volatile source listed in /etc/apt/sources.list in order to be able to use 'apt-get -t sarge install clamav clamav-daemon'. One such source is: deb http://volatile.debian.net/debian-volatile sarge/volatile main Run 'apt-get update' after this is added. Gary V ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ 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/
