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
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.
Code:
[174.135.15.7]:<[email protected]>
[24.229.69.40]:<[email protected]>
[216.9.176.191]:<[email protected]>
[66.182.116.193]:<[email protected]>
[87.125.122.14]:<[email protected]>
[52.119.17.193]:<[email protected]>
[88.196.40.111]:<[email protected]>
[208.118.156.49]:<[email protected]>
[99.135.78.58]:<[email protected]>
[192.34.143.103]:<[email protected]>
Code:
if first_delivery
and ("$h_to:, $h_cc:" contains ".top")
or ("$h_from:" contains ".top")
then
seen finish
endif
Code:
if first_delivery
and $h_from matches " \\N\\.top$\\N"
then
seen finish
endif
any help would be greatly appreciated
and a new one without inboxmsg as a common factor
Code:
Last edited by a moderator: