>> If I wanted to whitlist a particular domain, is
>> there a check_maps I could use to do that instead?
>
> Yes, by-recipients setting is available:
>
> @bypass_header_checks_maps = ( list of lookup tables as usual );

  So the lookup table is simply regex matched?  I.E. I could even do
something like:

@bypass_header_checks_maps =  ( { "\.com" => 1 } );
or
@bypass_header_checks_maps = ( { "\.(com|edu)" => 1 } );


>>
>> Sep 20 13:56:34 wopr amavis[27296]: (27296-02) do_notify_and_quarantine:
>> spam level exceeds quarantine cutoff level 10
>>
>> Sep 20 13:56:35 wopr amavis[27296]: (27296-02) Blocked SPAM,
>> [189.142.141.237] [189.142.141.237] <[EMAIL PROTECTED]> ->
>> <[EMAIL PROTECTED]>, quarantine: [EMAIL PROTECTED], Message-ID:
>> <[EMAIL PROTECTED]>, mail_id: udQjw39pAJbo, Hits: 39.67,
>> 20288 ms
>
> Archival quarantine works independently of mail content type:

okay, another non-intuitive thing happening again.   I've got settings
that tell amavisd not to quarantine here:
$sa_quarantine_cutoff_level = 10;

yet it will still be quarantined, because there is more than one
quarantine or because there is more than one content type?  Note that what
shows up in the sql DB is not addressed to "[EMAIL PROTECTED]".  That
is set like this:
$archive_quarantine_to = "[EMAIL PROTECTED]";
$archive_quarantine_method = 'smtp:[127.0.0.1]:10025';

Which I assume the method to mean NOT to use sql.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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