On Tue, Jul 29, 2014 at 01:53:13PM +0100, Russell King - ARM Linux wrote:
Can you do something about these mails so that they're compliant with the Internet RFCs please?
The problem is you're sending them with "Content-Type: text/plain" but without specifying a character set, so the default assumes 7-bit us-ascii encoding. See http://www.ietf.org/rfc/rfc2045.txt, 6.1:
It's actually being sent with no Content-type at all, if there's one being set it's being injected later (though obviously the default is text/plan us-ascii).
Please either run the build with LANG=C in the environment to produce 7-bit us-ascii, or provide "Content-type: text/plain; charset=utf-8" and "Content-Transfer-Encoding: 8bit" headers to indicate that it contains utf-8 characters and uses the full 8bit character range in the body.
*Hopefully* that's fixed now.