• 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.

Question Spam from .icu domain

Ankebut

Regular Pleskian
Hello,

i receive always spam from .icu domain and i dont can stop it :( have anyone me a solution.

best greats
 
Our Warden product allows you to add custom SpamAssassin rules to handle things like this. Here is a rule from our TLD rule template that you can use with SpamAssassin:

In the file /etc/mail/spamassassin/local.cf add the lines below then restart SpamAssassin:

Code:
header BAD_TLDS From =~ /@\S+\.(pro|date|diet|club|icu)$/i
describe BAD_TLDS Spammy tld domains
score BAD_TLDS 7.00

This would add a +7 score to any domains matching .pro, .date, .diet, .club, .icu domains. I hope this helps!
 
Back
Top