﻿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
26572	Remove email subject length truncation in AdminEmailHandler	Peter De Wachter	nobody	"AdminEmailHandler.format_subject() is careful to stay under the 998 character limit of RFC 2822:

        Escape CR and LF characters, and limit length.
        RFC 2822's hard limit is 998 characters per line. So, minus ""Subject: ""
        the actual subject must be no longer than 989 characters.

However, it forgets that the mail_admins function will prepend EMAIL_SUBJECT_PREFIX. After that's done, the subject line will again exceed to RFC limit.

Either the truncation needs to be moved to a lower level in the mail system, or format_subject needs to be adjusted to account for EMAIL_SUBJECT_PREFIX.
"	Bug	closed	Core (Mail)	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
