• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Spam filter is turned off for email address but still mails delivered to spam folder

andreios

Regular Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.60 #1
I have the spam filter turned off for that mail address, but it still receives mail in spam folder!1715414926409.png
 
Are there any spam tags in the headers of the mail(s)?

Code:
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server.example.com
X-Spam-Flag: YES
X-Spam-Level: ************************
 
Does DMARC authentication fail (as shown in the header of the mail)?

Code:
Authentication-Results: server.example.com;
    dmarc=fail (p=NONE sp=NONE) smtp.from=sender.com header.from=sender.com;
    spf=neutral (sender IP is 87.124.232.124) [email protected] smtp.helo=ip87-106-232-25.sender.com
 
If the DMARC domain policy has been configured to quarantine messages when validation fails, all failed messages will be stored in the spam folder. This can be behavior can changed by altering the DRMAC policy in the DNS record to "none".
 
Back
Top