• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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