List Info

Thread: local email marked as spam




local email marked as spam
user name
2007-01-20 14:49:22
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
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: local email marked as spam
user name
2007-01-20 17:25:57
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
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: local email marked as spam
user name
2007-01-20 18:37:25

Gary V wrote:
> 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
> AMaViS-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user

> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>   


Thank you very much for the reply and information! I will
check this out.


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
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )