|
From: Anders N. <an...@no...> - 2004-04-20 14:02:30
|
I have, by user demand, set $final_spam_destiny = D_PASS, so that even spam tagged e-mails get through to the recipient, the levels in effect are: $sa_tag_level_deflt = 3.0 $sa_tag2_level_deflt = 7.5 $sa_kill_level_deflt = $sa_tag2_level_deflt Then I've set $sa_dsn_cutoff_level = 15, but messages with a level above 15 passes through anyway... I guess it's because of the D_PASS parameter. Is there a way to pass messages with a lower tag level than sa_dsn_cutoff_level and kill everything above? Anders Norrbring |