Hello,
I have added a given email address in the whitelist of a domain (root@server.example.com). When a script (smartctl) sends a mail to a recipient of this domain (user@example.com), it is rejected by rspamd.
I have the following line in postfix log:
XXXXX: milter-reject: END-OF-MESSAGE from unknown[2a01:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]: 5.7.1 This message does not meet our delivery requirements; from=<root@server.example.com> to=<user@example.com> proto=ESMTP helo=<server.example.com>
In the RSPAM log, we can see it is tagged as spam:
HFILTER_HOSTNAME_UNKNOWN (8.5)
DMARC_POLICY_QUARANTINE (8) [example.com : No valid SPF, No valid DKIM,quarantine]
MX_MISSING (3.5) []
MX_INVALID (2) [greylisted]
RDNS_NONE (2)
IP_REPUTATION_HAM (-1.41) [asn: XXXX(-0.40), country: XX(-0.01), ip: 2a01:xxxx:xxxx:xxxx::(-1.00)]
BAYES_SPAM (1.30778) [85.68%]
MID_CONTAINS_FROM (1)
MIME_GOOD (-0.1) [text/plain]
ONCE_RECEIVED (0.1)
FROM_NO_DN (0)
RCPT_MAILCOW_DOMAIN (0) [example.com]
R_SPF_NA (0) [no SPF record]
MISSING_XM_UA (0)
TO_DN_NONE (0)
RCVD_COUNT_ZERO (0) [0]
ASN (0) [asn:XXXX, ipnet:xxxx:xxxx::/30, country:XX]
R_DKIM_NA (0)
MAILCOW_WHITE_EXCLUDE (0)
TO_MATCH_ENVRCPT_ALL (0)
FROM_EQ_ENVFROM (0)
RCPT_COUNT_ONE (0) [1]
ARC_NA (0)
MIME_TRACE (0) [0:+]
BCC (0)
ARC_SIGNED (0) [example.com:s=201707:i=1]
Do you know why the whitelist is ignored? It used to work…