SEO Expiration spam
Posted: 04 Oct 2017 14:07
Hi,
I got a lot of spams for my registered domains, about seo expiration.
So, I made a rule in /etc/mail/spamassassin/local.cf:
header BAD_WORD_SEO Subject =~ /(SEO|Expiration)/i
score BAD_WORD_SEO 4.0
Then you need to run "sa-compile" and "/etc/init.d/mailscanner restart".
Now, if subject contains SEO and Expiration it will get a score of 4.0.
(Similar works for other keywords as well.)
Regards,
Andras
I got a lot of spams for my registered domains, about seo expiration.
So, I made a rule in /etc/mail/spamassassin/local.cf:
header BAD_WORD_SEO Subject =~ /(SEO|Expiration)/i
score BAD_WORD_SEO 4.0
Then you need to run "sa-compile" and "/etc/init.d/mailscanner restart".
Now, if subject contains SEO and Expiration it will get a score of 4.0.
(Similar works for other keywords as well.)
Regards,
Andras