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?
> Kind regards,
> Elvar
Possibly because that type of mail does not use smtp but is picked up
by the 'pickup' daemon (which I imagine by itself has no smtp data to
forward to amavisd-new). However, you can set up a content_filter
override which can send mail to a additional policy bank for mail
submitted via 'pickup':
http://www200.pair.com/mecham/spam/bypassing.html#11
Gary V
-------------------------------------------------------------------------
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/