blocking tld and it's subdomains
greetings...
I am trying to block a tld and it's subdomains. The subdomains, IP address and name are always changing making various methods posted in this forum ineffective.
I've tried:
and also:
both do not work. any help would be greatly appreciated and a new one without inboxmsg as a common factor
[174.135.15.7]:
[24.229.69.40]:
[216.9.176.191]:
[66.182.116.193]:
[87.125.122.14]:
[52.119.17.193]:
[88.196.40.111]:
[208.118.156.49]:
[99.135.78.58]:
[192.34.143.103]:
I've tried:
if first_delivery
and ("$h_to:, $h_cc:" contains ".top")
or ("$h_from:" contains ".top")
then
seen finish
endif
and also:
if first_delivery
and $h_from matches " \\N\\.top$\\N"
then
seen finish
endif
both do not work. any help would be greatly appreciated and a new one without inboxmsg as a common factor
countercoupj@archpillarw.info-10.top-
Hello, A user on another thread reports success with a specific rule at: Need to filter ALL email Could you let us know if that helps? Thanks! 0 -
None of the solutions here work. Including all the options contained in the link you posted. 0 -
Hello dibello, I am trying to block a tld and it's subdomains.
Try using Global Email Filters in your cPanel. Use the following filters: From Contains .top Discard Message (or choose another action) From Contains inboxmsg Discard Message (or choose another action) From Contains .info- Discard Message (or choose another action) Hope this helps you, danielpmc0 -
Initially it worked when "discarded" was selected. The "discarded" selection also signifies that the email was "accepted". Which I don't want especially since most of these are being sent to a non-existant email address on the server. So I changed the filter from "discarded" to "failed with message" and now the emails are coming through again. I need a wild card for sender. subdomain1 and subdomain2. along with the tld. wildcard@wildcard.wildcard.top 0
Please sign in to leave a comment.
Comments
4 comments