Spam Filter isp3.0.1
Just installed it today. It seems that amavis spam handing got changed from RC2.
RC2:
$final_virus_destiny = D_DISCARD; # (defaults to D_BOUNCE)
$final_banned_destiny = D_BOUNCE; # (defaults to D_BOUNCE)
$final_spam_destiny = D_REJECT; # (defaults to D_REJECT)
$final_bad_header_destiny = D_PASS; # (defaults to D_PASS), D_BOUNCE suggested
Final:
$final_virus_destiny = D_BOUNCE;
$final_spam_destiny = D_PASS;
$final_banned_destiny = D_BOUNCE;
$final_bad_header_destiny = D_PASS;
I looked into it because email that was higher than SPAM kill level from the console was leaking through.
Any thoughts???
|
Recent comments
13 hours 56 min ago
23 hours 23 min ago
1 day 13 min ago
1 day 3 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 3 hours ago