NethServer Version: 7.5.1804 (Core)
Module: rspamd 1.7.8
It seems that recent updates of my nethserver mail server changed the way rspamd manage outgoing mail.
Before this update, mails that come from LAN weren’t checked (no X-* headers), now They are checked and they are marked as spam:
X-Spam-Flag: Yes
X-Rspamd-Queue-Id: 8F1794B
X-Spamd-Result: default: False [11.99 / 20.00];
FROM_HAS_DN(0.00)[];
RCPT_COUNT_ONE(0.00)[1];
R_SPF_SOFTFAIL(0.00)[~all];
RDNS_NONE(1.00)[];
TO_DN_NONE(0.00)[];
RCVD_COUNT_ZERO(0.00)[0];
HFILTER_HOSTNAME_UNKNOWN(2.50)[];
TO_MATCH_ENVRCPT_ALL(0.00)[];
MX_GOOD(-0.01)[cached: mx.domain.tld];
HFILTER_HELO_BADIP(4.50)[192.168.2.223,1];
DMARC_NA(0.00)[domain.tld];
MID_RHS_MATCH_FROM(0.00)[];
R_DKIM_NA(0.00)[];
ONCE_RECEIVED(0.10)[];
RCVD_TLS_ALL(0.00)[];
ONCE_RECEIVED_STRICT(4.00)[];
FROM_EQ_ENVFROM(0.00)[];
DIRECT_TO_MX(0.00)[Mozilla/5.0 (Windows NT 6.1;
WOW64;
rv:52.0) Gecko/20100101 Thunderbird/52.9.1];
MIME_GOOD(-0.10)[multipart/alternative,text/plain]
X-Rspamd-Server: posta.domain.tld
X-Spam: Yes
Is there a simple way to whitelist the internal nets?
Thanks, P.