wildcard formats
I would like to know all of the formats for rejecting email in BoxTrapper. What I mean by this is using wildcards to stop email with any domain, or email which begins with certain letters or contains certain letters, etc.
If there is a document which contains this information I would appreciate a link to it or if not maybe some could provide me with the information.
Thank you.
-
Hello :) This is discussed on the following thread: Format For BoxTrapper Thank you. 0 -
Thanks, the one format option I do not see is if I have an email address of test100@mydomain.com and I would like to block anything with 100@my or test100 and would appreciate your guidance. 0 -
Each entry should be formatted as a Perl regular expression. For example: john@example would be john\@example\.com and all addresses at example.com would be .+\@example\.com. Please review Perl regular expressions if you would like to create additional custom rules. Thank you. 0 -
I am familiar with the example you provided but I am not familiar with Perl and that is why I would like to have examples for the above 0
Please sign in to leave a comment.
Comments
4 comments