Elvar wrote:
> Hello,
>
> I have the following rules set up to ensure outbound mail is not 
> filtered for spam including mail originating from the box itself.
>
> @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
>                    10.0.0.0/8 172.30.1.0/24 192.168.0.0/16 );
>
> $policy_bank{'MYNETS'} = { # clients in @mynetworks
>   bypass_spam_checks_maps   => [1],  # don't spam-check internal mail
>   bypass_banned_checks_maps => [1],  # don't banned-check internal mail
>   bypass_header_checks_maps => [1],  # don't header-check internal mail
> };
>
>
> For whatever reason, the local system mail which I have forward to an 
> account located outside of the network keeps getting marked as spam. 
> Root email, mailer-daemon, etc. Can anyone give me any idea as to why 
> those rules aren't preventing local email from being checked as spam?
>   

probably because that mail doesn't come via SMTP (sendmail command), and 
thus have no IP...

if using postfix, you can disable filtering for mail submitted via the 
sendmail command by adding
    -o content_filter=
to the 'pickup' entry in master.cf.




-------------------------------------------------------------------------
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=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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