What is the best way to block all emails with sender addresses in unwanted country code top level domains, like blocking all emails from .cn .ru .hk etc.?
It looks like rules like Header matches regular expression: 'From: \.in\b' do work for blocking ccTLDs.