﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26422	Django email validator does not support parentheses	Wolph	nobody	"The Django Email Validator currently doesn't support parenthesis in the mail address which should be supported by RFC2822: https://www.ietf.org/rfc/rfc2822.txt 
Specifically: 3.2.3. Folding white space and comments

To test:

{{{
from django.core import validators

validators.validate_email('spam(1)@eggs.com')
}}}
"	Bug	closed	Core (Other)	1.9	Normal	duplicate			Unreviewed	0	0	0	0	0	0
