Hi,


On Fri, Aug 15, 2008 at 10:31 PM, MrC <[EMAIL PROTECTED]> wrote:

> Eduardo Júnior wrote:
> > I want my amavis discard messages with score above 10, for example, that
> > delivered the messages with scores below that.
> >
> > Thus, the score that set to be classified as spam was 7.
> > So anything above 10 should be discarded and between 7 and 10 delivered.
> >
> > I saw that in amavis has the following directives:
> > $ sa_tag_level_deflt
> > $ sa_tag2_level_deflt
> > $ sa_kill_level_deflt
> > $ sa_dsn_cutoff_level
> >
> > They are in these directives should I move?
> > How to adjust them
>
> This document is worth reading.  It should clarify the settings for you,
> and explain each:
>
>  http://www200.pair.com/mecham/spam/amavisd-settings.html
>
> Discarding mail with scores starting 10 might be a little aggressive,
> and prone to losing mail.  You might want to quarantine for a while at
> 10 and discard at 20.



I read and made the following changes:

$sa_tag_level_deflt  = 'undef';
$sa_tag2_level_deflt = 6.3;
$sa_kill_level_deflt = 15.0;
$sa_dsn_cutoff_level = 15.0;


$final_virus_destiny      = D_DISCARD; # (defaults to D_BOUNCE)
$final_banned_destiny     = D_BOUNCE;  # (defaults to D_BOUNCE)
$final_spam_destiny       = D_DISCARD;  # (defaults to D_REJECT)
$final_bad_header_destiny = D_PASS;


$virus_quarantine_to = 'undef';
$spam_quarantine_to = 'undef';
$banned_quarantine_to = 'undef';
$bad_header_quarantine_to = 'undef';

but with spam score greater than 15.0 is being delivered and copies being
made for quarantine.

Part of the log:

(00959-01) Passed SPAM, <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, quarantine:
spam-HX9hsQgGx+rU.gz, Message-ID: <
[EMAIL PROTECTED]>, mail_id:
HX9hsQgGx+rU, Hits: 1001.442, queued_as: 626F3439AB2, 1480 ms


Any suggestions?


[]´s

-- 
Eduardo Júnior
GNU/Linux user #423272

:wq
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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