You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by mouss <mo...@netoyen.net> on 2008/07/02 10:12:00 UTC

Re: rejecting emails from gmail.com

NGSS wrote:
> Something is wrong with the configuration. Does anyone know which sa rule is
> responsible for this ?
>   

Probably not SA: SA does not reject mail. whatever tool you use to call 
SA may, but then it may reject for other reasons. Please tell us more.

> http://www.rfc-ignorant.org/tools/lookup.php?domain=gmail.com
>   

if SA tags a message as spam, look at the X-Spam-Status header (or if 
the message was rejected, check your logs and hope whatever rejected the 
message was nice enough to log the reason).

you can also grep for DNS_FROM_RFC_POST in all the rules you use (dist 
rules, channels rules and site rules). Here is what I have (3.2.5)

# bug 4628: these rules are too unreliable to assign scores 
to                                                                     
header __DNS_FROM_RFC_POST      eval:check_rbl_sub('rfci_envfrom', 
'127.0.0.3')
tflags __DNS_FROM_RFC_POST      net
#reuse __DNS_FROM_RFC_POST 
DNS_FROM_RFC_POST                                                                                        


header __DNS_FROM_RFC_ABUSE     eval:check_rbl_sub('rfci_envfrom', 
'127.0.0.4')
tflags __DNS_FROM_RFC_ABUSE     net
#reuse __DNS_FROM_RFC_ABUSE DNS_FROM_RFC_ABUSE