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?


Kind regards,
Elvar




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
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