MantisBT: master-1.2.x 6da5164e

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-07-05 04:07 master-1.2.x 63f044a0
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