On 8/20/08, Eduardo Júnior <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> I read in [1] that to disable the quarantine, I have to disable the
> following variables (in case the message is classified as spam):
>
> spam_quarantine_method = undef;
> spam_quarantine_to = undef;
> final_spam_destiny = D_DISCARD;
>
>
> I did a test with the message EICAR and was classified as spam usually score
> with> 1,000, which extrapolates the value of sa_dsn_cutoff_level and
> sa_quarantine_cutoff_level with 15.0.
>
> However, a message was forwarded to quarantine.
>
> 30816-01) Passed SPAM, <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>,
> quarantine: spam-t37MKpoGZQYk.gz, Message-ID: <
> [EMAIL PROTECTED]>, mail_id:
> t37MKpoGZQYk, Hits: 1001.442, queued_as: 96BBB9C090, 2094 ms
>
>
> I´m doing something wrong?
>
>
> Eduardo Júnior

It would be interesting to see all the X-Spam headers of the message
that was received. Are you using SQL or LDAP? If so, they may override
the static settings in amavisd.conf. Also, make sure there are not
multiple entries in amavisd.conf. Is the sender whitelisted?

One way to debug amavisd-new is to use debug_sender_maps. After you
place a sender in this map, the first message sent from that address
with be be debugged at $log_level 5. You would review your log in
order to see all that debugging information. Since only the first
message is debugged, if you want to try again you would have to reload
amavisd-new. The evidence (the message parts) is preserved each time
in your amavis home directory. One completed, don't forget to comment
out or remove the entry in amavisd.conf:

@debug_sender_maps = ( ["[EMAIL PROTECTED]"] );

-- 
Gary V

-------------------------------------------------------------------------
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