MantisBT: master-2.0.x 5719c35a

Author Committer Branch Timestamp Parent
Damien Regad dregadmin master-2.0.x 2012-07-05 07:07 master-2.0.x 6ec8cc63
Affected Issues  0014453: email validation regex does not accept addresses with single subdomain
Changeset

Fix email validation regex rejects addresses with single subdomain

Per RFC 5322, e.g. user@localhost is a valid e-mail address but the
previously implemented regex rejected it.

Fixes 0014453

mod - core/email_api.php Diff File