Hacker News new | ask | show | jobs
by tomiles 6224 days ago
The email address validation is overly restrictive. Valid email addresses can contain + and other characters. So if I wanna use an email adress like myname+keyword@gmail.com it gets flagged as invalid by the script. (I use it to do filtering based on the +keyword in gmail)
1 comments

That is an example. You can edit the regular expressions.