[Rspamd-Users] Filtering outgoing emails

Philippe Paget phil at tatm.com
Fri May 10 21:51:47 UTC 2019


Hello everyone,

I have some trouble with the outgoing emails. It seems rspamd ignore the 
settings & scan them with the regular rules.

 From what I've understood, the "options" section has a variable 
"local_addrs" with all the local network (RFC1918). My local IP is 
always in one of those range.

I've check with "rspamadm configdump" and I have :

...
options {
...
     local_addrs [
         "192.168.0.0/16",
         "10.0.0.0/8",
         "172.16.0.0/12",
         "fd00::/8",
         "169.254.0.0/16",
         "fe80::/10",
         "127.2.4.7",
     ]
...

This means the correct setup is running as it should.

And the result is:

X-Spamd-Result: default: False [19.60 / 30.00];
     ARC_NA(0.00)[];
     RDNS_NONE(1.00)[];
     ONCE_RECEIVED(0.10)[];
     DIRECT_TO_MX(0.00)[K-9 Mail for Android];
     FROM_HAS_DN(0.00)[];
     DMARC_POLICY_SOFTFAIL(0.10)[tatm.com : No valid SPF, No valid 
DKIM,none];
     TO_MATCH_ENVRCPT_ALL(0.00)[];
     RBL_SPAMHAUS_XBL(4.00)[198.100.184.92.zen.spamhaus.org : 127.0.0.4];
     MIME_GOOD(-0.10)[multipart/alternative,text/plain];
     MIME_TRACE(0.00)[0:+,1:+,2:~];
     ONCE_RECEIVED_STRICT(4.00)[];
     R_SPF_SOFTFAIL(0.00)[~all];
     HFILTER_HELO_BADIP(4.50)[10.88.99.198,1];
     RCPT_COUNT_ONE(0.00)[1];
     TO_DN_ALL(0.00)[];
     VIOLATED_DIRECT_SPF(3.50)[];
     RCVD_COUNT_ZERO(0.00)[0];
     TO_EQ_FROM(0.00)[];
     RCVD_IN_DNSWL_FAIL(0.00)[198.100.184.92.list.dnswl.org:server fail];
     R_DKIM_NA(0.00)[];
     ASN(0.00)[asn:3215, ipnet:92.184.100.0/22, country:FR];
     MID_RHS_MATCH_FROM(0.00)[];
     HFILTER_HOSTNAME_UNKNOWN(2.50)[];
     FROM_EQ_ENVFROM(0.00)[]


I'm stuck on this one, any help greatly appreciate.

Best regards,

Phil


More information about the Users mailing list