peter gehle schrieb:
> Hi,
> 
> so my last error.
> I got amavisd-new v 2.4.2-6.1installed and using SQL lookups for user
> based policies.
> The proble is that emails with score above the kill level are beeing
> delivered like clean mails with SPAM or anything else.
> 

> $sa_tag_level_deflt  = -999;  # add spam info headers if at, or above that 
> level
> $sa_tag2_level_deflt = 3.0; # add 'spam detected' headers at that level

> $sa_kill_level_deflt = 4.0; # triggers spam evasive actions

> $sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent
> $final_virus_destiny      = D_DISCARD;  # (data not lost, see virus 
> quarantine)
> $final_banned_destiny     = D_BOUNCE;   # D_REJECT when front-end MTA
> $final_spam_destiny       = D_PASS;

Perhaps you want to change this to something like:
$final_spam_destiny       = D_DISCARD;

> $final_bad_header_destiny = D_PASS;     # False-positive prone (for spam)
> $virus_admin = "[EMAIL PROTECTED]"; # due to D_DISCARD default
> Thanx for any help
> Peter


-- 
GrĂ¼sse/Greetings
MH


Dont send mail to: [EMAIL PROTECTED]
--


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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/

Reply via email to