Ahh, I see you have a problem with Rspamd instead. You should look into
whitelists in Rspamd. Rspamd is very strict about broken headers, so you
might want to see if you can send with proper headers from the sender
side or add an exception in Rspamd.
Good luck
Reio
On 04.06.2021 14:56, François RONVAUX wrote:
Here is a message with the headers :
--------------------------------------------------------------
Return-Path: <[email protected] <mailto:[email protected]>>
Delivered-To: [email protected] <mailto:[email protected]>
X-Spam: yes
X-Spam-Score: 13.833333 / 15
X-Spam-Status: Yes, score=13.833 required=15.000
tests=[ARC_NA=0.000, ASN=0.000, BROKEN_HEADERS=10.000
DMARC_POLICY_SOFTFAIL=0.100, FROM_EQ_ENVFROM=0.000,
FROM_HAS_DN=0.000
FROM_NEEDS_ENCODING=1.000, GREYLIST=0.000,
MID_RHS_MATCH_FROM=0.000
MIME_GOOD=-0.100, MIME_TRACE=0.000, PREVIOUSLY_DELIVERED=0.000
RBL_SPAMHAUS_PBL=2.000, RCPT_COUNT_ONE=0.000, RCVD_COUNT_TWO=0.000
RCVD_TLS_LAST=0.000, RCVD_VIA_SMTP_AUTH=0.000
RECEIVED_SPAMHAUS_PBL=0.000, R_DKIM_NA=0.000,
R_MIXED_CHARSET=0.833
R_SPF_NA=0.000, TO_DN_NONE=0.000, TO_MATCH_ENVRCPT_ALL=0.000]
Received: from test.example.org <http://test.example.org>
(test.example.org <http://test.example.org> [ip_address])
by mx1.example.org <http://mx1.example.org> (OpenSMTPD) with
ESMTPS id fb881b9c (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO)
for <[email protected] <mailto:[email protected]>>;
Thu, 27 May 2021 21:03:44 +0200 (CEST)
Received: from localhost (test.example.org <http://test.example.org>
[local])
by test.example.org <http://test.example.org> (OpenSMTPD) with
ESMTPA id e5c30d49
for <[email protected] <mailto:[email protected]>>;
Thu, 27 May 2021 21:03:42 +0200 (CEST)
From: Firstname Lastname <[email protected]
<mailto:[email protected]>>
Date: Thu, 27 May 2021 21:03:42 +0200 (CEST)
To: [email protected] <mailto:[email protected]>
Subject: test test to mx1
Message-ID: <[email protected]
<mailto:[email protected]>>
--------------------------------------------------------------
The filters mark the message as spam but it can not say if it is the
rspamd of the senderscore filter.
This is why I tried to bypass these filters with the white list.
Regards.
Le ven. 4 juin 2021 à 12:51, Reio Remma <[email protected]
<mailto:[email protected]>> a écrit :
On 04.06.2021 13:44, François RONVAUX wrote:
So I have a domain "example.org <http://example.org>", the MX for this domain
is"mx1.example.org <http://mx1.example.org>" with a real user "foo".
There is another server "test.example.org <http://test.example.org>" with
the same real user.
When I send a mail from "[email protected] <mailto:[email protected]>" to"[email protected]
<mailto:[email protected]>", the message lands into the junk folder of"[email protected]
<mailto:[email protected]>", instead of landing into the inbox.
Is it junked by the Senderscore filter?
Good luck,
Reio