neil154

Well-Known Member
Oct 17, 2013
65
0
6
cPanel Access Level
Website Owner
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.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Each entry should be formatted as a Perl regular expression. For example: [email protected] 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.
 

neil154

Well-Known Member
Oct 17, 2013
65
0
6
cPanel Access Level
Website Owner
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