Eric Gillespie wrote:
>With r13453, our commit mailer suddenly started sending out RFC
>2047 encoded Subject headers for no reason:
>
>Subject: =?utf-8?q?svn_commit=3A_r13453_-_in_branches/locking/subvers?=
> =?utf-8?q?ion=3A_clients/cmdline_include_libsvn=5Fsubr_svnadmin?=
>
>Subject: svn commit: r13453 - in branches/locking/subversion:
>clients/cmdline include libsvn_subr svnadmin
>
>This is due to mailer.py r14222. We should only be doing this if
>the header actually contains characters absent from 7-bit ASCII,
>which is clearly not the case here (or for any of the mails that
>have arrived since then). This is very annoying when looking at
>raw message files, as i frequently do.
>
>Any objection if i commit this?
>
>* tools/hook-scripts/mailer/mailer.py
> (MailedOutput.mail_headers): Only RFC 2047 encode the Subject
> header if it contains non-ASCII characters.
>
>
Looks reasonable.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 16 23:38:44 2005