Terry,

> I'm collecting spam from a domain, and need to completely bypass amavis for
> any mail sent to any user @sampledomain.org.
>   @spam_lovers_maps = ( ['@sampledomain.org'],);
>   @bypass_spam_checks_maps = ( ['@sampledomain.org'],);
> I'd like to completely bypass all scanning for one domain.`

@spam_lovers_maps = ( ['sampledomain.org'] );
@bypass_spam_checks_maps = ( ['sampledomain.org'] );

or if you want to also cover subdomains:

@spam_lovers_maps = ( ['.sampledomain.org'] );
@bypass_spam_checks_maps = ( ['.sampledomain.org'] );

  Mark


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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