Gary V <[EMAIL PROTECTED]> [2005-09-29 10:59]:
> This worked:
> @spam_quarantine_to_maps = (
>   { '.example.com' => '', # turn off quarantine for this recip
>   },
>   $spam_quarantine_to,  # for everybody else use a global default
> );

I must be doing something crazy.  I have some domains that I'm relaying mail 
to.  I don't host them, but I am a backup MX for them.  Let's call them 
friendsdomain#.com.

Here is what I have in my amavisd.conf

@spam_quarantine_to_maps = (
  { '.friendsdomain1.com' => '',
'.friendsdomain2.com' => '',
'.friendsdomain3.com' => '',
  },
  $spam_quarantine_to,  
);

I also have this:

@bypass_spam_checks_maps = (
[ qw( .friendsdomain1.com .friendsdomain2.com .friendsdomain3.com ) ] 
); 
@bypass_banned_checks_maps = @bypass_header_checks_maps = 
@bypass_spam_checks_maps;

I've restarted amavis and I just saw this in the logs:

Oct 20 14:46:28 megatron amavis[26068]: (26068-04) Blocked SPAM, [<remote IP 
snipped>] <spammer's e-mail snipped> -> <[EMAIL PROTECTED]>, Message-ID: 
<[EMAIL PROTECTED]>, mail_id: ooDPxEor9U0T, Hits: 16.259, 1967 ms

I'm sure I've done something foolish, I'm just not sure where to start.

Thanks,

Shane

-- 
Shane Hickey <[EMAIL PROTECTED]>: Network/System Consultant
GPG KeyID: 777CBF3F
Key fingerprint: 254F B2AC 9939 C715 278C  DA95 4109 9F69 777C BF3F


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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