Hello,
$final_spam_destiny = D_DISCARD;
the $sa_* are not set but the following is set:
$sa_tag_level_deflt = 2.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
$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent
$the spam_quarantine_to is not set
read_hash(\%local_domains, '/var/amavis/local_domains');
@bypass_spam_checks_maps =
( {map {$_ => !$local_domains{$_}} keys %local_domains}, 1);
BR,
rocsca
----- Original Message -----
From: "Gary V" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 10, 2005 7:28 PM
Subject: Re: [AMaViS-user] Redirect all spam for one domain into a mailbox
> Rocco wrote:
>
> >>
> >> Or, since you say you do not quarantine, I will assume you are using:
> >> $final_spam_destiny = D_PASS;
> >>
> >> You could set the system up in a way that would only quarantine for
> >> that particular domain. You could set:
> >>
> >> $final_spam_destiny = D_DISCARD; # With high kill_level, this is not a
> > concern
> >>
> >> @spam_kill_level_maps = (
> >> { '.example.com' => 8.0,
> >> '.' => 9999.0 },
> >> );
> >>
> >> Anything at kill_level and above will be quarantined. The rest of the
> >> domains will never see spam with a score of 9999.0, so their spam will
not
> >> be quarantined.
> >>
> >> @spam_quarantine_to_maps = (
> >> { '.example.com' => '[EMAIL PROTECTED]', # spam for this domain goes
here
> >> '.' => 'spam-quarantine', # the rest should never actually get here
> >> # because high of kill_level
> >> }
> >> );
> >>
> >> Gary V
> >>
>
> > It does not works.
>
> Yes, with the settings above, spam that scores at or higher than
> 8.0 for example.com should get sent to [EMAIL PROTECTED] Of course make
> sure there is a mailbox that will accept that mail.
>
> > Infact the spam pass for all domain exept for 'example.com'.
>
> It looks like I incorrectly assumed that's what you are presently
> doing and wished to continue to do. What are you doing with spam now?
> Maybe it would be a good idea to post relevant parts of your amavisd.conf:
>
> Show
> $final_spam_destiny
> the sa_tag2_level setting(s)
> the sa_kill_level setting(s)
> the spam_quarantine_to setting(s)
> and your current @bypass_spam_checks_maps
>
> Or this might work instead:
> grep sa_ amavisd.conf
> grep spam_ amavisd.conf
>
> Gary V
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> 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/
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
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/