mail2telegram icon indicating copy to clipboard operation
mail2telegram copied to clipboard

Regex Whitelist Fails

Open maggyium opened this issue 1 year ago • 16 comments

I want to approve all the email coming into the domain , i've added the following regex: ^(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+([;.](([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+)*$ & \w*@\w*.\w* Neither one is working so i tested the one shown in example image added \[email protected] and trying the test email function it doesn't show up anything when i enter [email protected]

image image Only adding the complete email address seems to work

maggyium avatar Sep 07 '24 13:09 maggyium