MantisBT: master abf661e7

Author Committer Branch Timestamp Parent
dregad dregad master 2012-07-05 04:07 master b88e409e
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