On my previous spam filter that I used to run, I could blanket black and whitelist with a wildcard. I can't figure out if there is anyway to do that.
For instance, I want to add a blacklist to the domain: .club
But at the same time, I also want to blacklist:
abc.club
def.club
ghi.club
etc
On my previous spam filter I could add it in as:
*.club
or I could also add it in as
*@*.club for email addresses.
Is there anyway to do that in order to globally block domains and subdomains?
For instance, I want to add a blacklist to the domain: .club
But at the same time, I also want to blacklist:
abc.club
def.club
ghi.club
etc
On my previous spam filter I could add it in as:
*.club
or I could also add it in as
*@*.club for email addresses.
Is there anyway to do that in order to globally block domains and subdomains?