bakyildiz@e-kolay.com fails but it is valid mail address
Logged In: YES user_id=908396
Yup, it mistakenly disallows the hyphen in your domain. It would hiccup on other valid non-letter characters, too, like the underscore.
D'oh! The underscore is of course part of \w, and the validator accepts it just fine. Should have tried before I posted.
Log in to post a comment.
Logged In: YES
user_id=908396
Yup, it mistakenly disallows the hyphen in your domain. It
would hiccup on other valid non-letter characters, too, like
the underscore.
Logged In: YES
user_id=908396
D'oh! The underscore is of course part of \w, and the
validator accepts it just fine. Should have tried before I
posted.