This is a discussion on Re: [AMaViS-user] bypass spam checking outgoing email within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; I think you can do it this way: @bypass_spam_checks_maps = ( {map {$_ => !$local_domains{$_}} keys %local_domains}, 1); It seems to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I think you can do it this way:
@bypass_spam_checks_maps = ( {map {$_ => !$local_domains{$_}} keys %local_domains}, 1); It seems to work for me - no spam checks happen on any outbound mail - just anti-virus checks. On 14-Jul-06, at 4:49 AM, Oenus Tech Services wrote: > Hi there! > > We have a server runing postfix + amavisd-new (SuSE 10.1). We are very > happy with the spam filtering capabilities of amavisd-new, but we > would > like to disable checking against sbl, xbl lists (any kind of lists > actually) only for outgoing email, since sometimes our users might > be in > a public place (i.e internet cafe, public hotspot), and their IP might > be in a CBL list, thus preventing them to send emails with this > configuration. > > Is it possible to disable these rules only for outgoing email? -- darron froese principal nonfiction studios inc. t 403.686.8887 c 403.819.7887 f 403.313.9233 w http://nonfiction.ca/ e darron@nonfiction.ca ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |