﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14628,sanitize_email() broken,ozh,,"sanitize_email() does not sanitize as expected because of typo in regexp

{{{
var_dump( sanitize_email( 'ozh@(ozh).org' ) );
}}}


Before patch:

{{{
string(13) ""ozh@(ozh).org""
}}}


After patch:

{{{
string(11) ""ozh@ozh.org""
}}}
",defect (bug),closed,normal,3.1,Formatting,3.1,trivial,fixed,has-patch commit,
