Block by domain

TauriRed

Member
Apr 11, 2022
13
1
8
I want to reject (as in - not event send to spam, just reject) all mail from .click/.xyz/.today domains (with exception for important.today)
It's not possible to enter ".click" in blacklist by domain and "click" doesn't cause Mail Gateway to reject.
What I'm doing wrong?


Mail Gateway 7.1-2
 
Tried it.
There is who object blacklist (\W|^)[\w.+\-]{0,50}@[\w.+\-]{0,50}\.click(\W|$)
B
Blocklist rule (which utililes what object blacklist) is priority 98)
Quarantine/Mark Spam (Level 3) is priority 80

e-mail from cheryl_cockayne-vikarti.anatra=viorsan.com@centertopz.click gets handle by Quarantine/Mark Spam (Level 3) rule. Even while I assumed it would be handled by blacklist rule.
Why this could happen?

Block Spam (Level 10) (priority 82) rule which discards spam based on score do work
 
Last edited:
Tried it.
There is who object blacklist (\W|^)[\w.+\-]{0,50}@[\w.+\-]{0,50}\.click(\W|$)
B
Blocklist rule (which utililes what object blacklist) is priority 98)
Quarantine/Mark Spam (Level 3) is priority 80

e-mail from cheryl_cockayne-vikarti.anatra=viorsan.com@centertopz.click gets handle by Quarantine/Mark Spam (Level 3) rule. Even while I assumed it would be handled by blacklist rule.
Why this could happen?

Block Spam (Level 10) (priority 82) rule which discards spam based on score do work
it is due to the special character =
try use this (\W|^)[\w.+\=\-]{0,50}@[\w.+\-]{0,50}\.click(\W|$)