How do I block all email by specific domain ending (such as .cn - China)?
I am able to block IPs using "Any header" and "Matches regex" with this expression -
I can also block any typical SPAM words in header, subject, from and body with same expression -
But for some reason, that expression is not working to filter domain endings -
Is there some change to the expression that I can make to enable filter to work on domain endings?
I am able to block IPs using "Any header" and "Matches regex" with this expression -
Code:
(\W|^)(66\.225\.198\.[0-9]{1,3})(\W|$)
Code:
(\W|^)(Viaagra|cialis|ciaalliiss)(\W|$)
Code:
(\W|^)(\.cd|\.cf|\.cg|\.ci|\.cl|\.cm|\.cn|\.co|\.cu|\.cv)(\W|$)