View Issue Details

IDProjectCategoryView StatusLast Update
0014453mantisbtemailpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.12Fixed in Version1.2.12 
Summary0014453: email validation regex does not accept addresses with single subdomain
Description

For example MantisBT does not consider user@localhost to be a valid address, even though it is fully compliant with the specifications [1]

[1] http://tools.ietf.org/html/rfc5322#section-3.4.1

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
has duplicate 0011978 closeddregad 'user@localhost' not a valid email address. 
related to 0014543 closeddregad Emails are not sent to addresses with single subdomain 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036155

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 6da5164e

2012-07-05 04:07

dregad


Details Diff
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
Affected Issues
0014453
mod - core/email_api.php Diff File

MantisBT: master abf661e7

2012-07-05 04:07

dregad


Details Diff
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
Affected Issues
0014453
mod - core/email_api.php Diff File

MantisBT: master-2.0.x 5719c35a

2012-07-05 07:07

Damien Regad

Committer: dregadmin


Details Diff
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
Affected Issues
0014453
mod - core/email_api.php Diff File