Block an email domain using BoxTrapper?
I am trying to block these TLDs but I'm not sure how to use Perl.
Are these correct?
@biz.ua = from .+\@biz\.ua
@com.ua = from .+\@com\.ua
@co.ua = from .+\@co\.ua
All help and guidance will be gratefully received.
Best regards,
Selgovae
-
Hello @Selgovae, Yes, the following examples should work based on the information you provided: from .+\@biz\.ua from .+\@com\.ua from .+\@co\.ua
Let us know if it doesn't work as intended. Thank you.0 -
Thanks Michael but I have just got emails from amxiwvd@removed.biz.ua Ideally I want to block all from biz.ua but can't seem to do that with BoxTrapper using from .+\@biz\.ua Can you help me please? Best regards Selgovae 0 -
Thank you I will give it a try. 0 -
Michael I understand the first part, but what does this part do? [^.a-zA-Z0-9_] 0 -
Michael I understand the first part, but what does this part do? [^.a-zA-Z0-9_]
Hi, That's explained by the user on the following post: Thank you.0
Please sign in to leave a comment.
Comments
6 comments