Rich,
> > Change $final_spam_destiny in amavisd confguration to:
> >
> > $final_spam_destiny = D_REJECT;
> >
> > Tune these to suit your needs:
> > $sa_tag_level_deflt = 0.0; # add spam info headers if at, or above that
> > level $sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that
> > level $sa_kill_level_deflt = 6.31; # triggers spam evasive actions
>
> But how do I specify that I want messages with very high scores (say,
> 25 or higher) to be rejected -- but messages with mid-range scores
> (say, 5 to 25) should be accepted and then put in quarantine?
>
> I'm talking about three possible outcomes (accept and deliver, accept
> and quarantine, or reject) -- but the code snippet above appears to
> specify only two outcomes. Or am I misunderstanding something?
$sa_kill_level_deflt = 25;
$final_spam_destiny = D_REJECT;
$sa_tag2_level_deflt = 5;
$quarantine_to_maps_by_ccat{+CC_SPAMMY} = $spam_quarantine_to;
$quarantine_method_by_ccat{+CC_SPAMMY} = $spam_quarantine_method;
Mark
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
Please visit http://www.ijs.si/software/amavisd/ regularly
For administrativa requests please send email to rainer at openantivirus dot
org