- Server operating system version
- Ubuntu 18.04.6 LTS x64
- Plesk version and microupdate number
- 18.0.56 Update #2 web admin edition
Recently I got a an e-mail message which was detected as spam by SpamAssassin, although it's obviously no spam. See the relevant parts of the header:
I configured my spam filter to change the subject line of spam mails and to save them to the inbox. This mail's subject was changed and the mail was attached to the spam report mail, which would be correct when it's a spam mail. But as you can see, it was not really detected as spam. Why is that?
And there was a second problem, which is much more a problem for me than the first case: the spam report itself was regarded as spam and was moved to the spam folder (where I usually don't look). See the mail header:
How can this be fixed? I know the article https://support.plesk.com/hc/en-us/articles/12377454166935 , but I do not have a "Return-Path" in this spam report mail (and myserver.example.com is already in /etc/psa/dmarc.conf).
Code:
[...]
X-Spam-Status: No, score=-91.8 required=50.0 [...]
[...]
Authentication-Results: myserver.example.com;
dmarc=pass (p=QUARANTINE sp=NONE) smtp.from=sender.example.org
header.from=sender.example.org;
dkim=pass header.d=sender.example.org;
dkim=pass header.d=sender.example.net;
spf=pass (sender IP is 0.0.0.0)
[...]
I configured my spam filter to change the subject line of spam mails and to save them to the inbox. This mail's subject was changed and the mail was attached to the spam report mail, which would be correct when it's a spam mail. But as you can see, it was not really detected as spam. Why is that?
And there was a second problem, which is much more a problem for me than the first case: the spam report itself was regarded as spam and was moved to the spam folder (where I usually don't look). See the mail header:
Code:
[...]
Authentication-Results: myserver.example.com;
dmarc=fail (p=QUARANTINE sp=NONE) smtp.from=sender.example.org header.from=sender.example.org
X-Spam-Status: Yes, score=9.2 required=5.0 [...]
[...]
How can this be fixed? I know the article https://support.plesk.com/hc/en-us/articles/12377454166935 , but I do not have a "Return-Path" in this spam report mail (and myserver.example.com is already in /etc/psa/dmarc.conf).