﻿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
11144	UnicodeEncodeError when unicode characters present in To/From/Cc and also a comma is present	anonymous	nobody	"This address will work fine:  ""Joe Blöggs"" <joe.bloggs@corporatism.org>

However, this address will fail: ""Blöggs, Joe"" <joe.bloggs@corporatism.org>

The reason is because Django is doing a simple val.split("","") instead of proper parsing of the addresses.

Bug location: django/core/mail.py:forbid_multi_line_headers line 82 (In 1.0.2 at least)

It's also present in the dev version!"		closed	Core (Mail)	1.0		fixed	UnicodeEncodeError		Design decision needed	1	0	0	0	0	0
