Possible Duplicate:
How to validate an email address in PHP
I'm working on my email address validator.
So I've been searching a while and noticed that some emails allows "+" in the email like: hello+guys@email.com
Hotmail doesn't allow a + and neither do yahoo. Do you guys know which ones doesn't allow it? And I also wonder, maybe there are some old hotmail/yahoo/etc accounts that actually contains the + character?
What do you think? I dont want my script to deny emails with a + if they do exists...