On Sun, Mar 29, 2020 at 1:09 PM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > In contrast, look at the email that Andrew sent me and that I complained about: > > https://lore.kernel.org/linux-mm/20200329021719.MBKzW0xSl%25akpm@xxxxxxxxxxxxxxxxxxxx/ Hmm. I'm trying to figure out how and where Andrew got the original from you. There's https://lore.kernel.org/linux-mm/20200124155336.17126-1-david@xxxxxxxxxx/raw but again, that one actually looks fine. It has that Content-Transfer-Encoding: quoted-printable header line, but it doesn't even have the "=\n" pattern in the text at all. It does have MIME encoding in the patch, but that's all fine. Then there's a new version: https://lore.kernel.org/linux-mm/20200128093542.6908-1-david@xxxxxxxxxx/raw and that one *does* have the "Withou=\nt" pattern in it. But it still has the proper Content-Transfer-Encoding: quoted-printable in it, so the recipient should decode it just fine (and again, you can see that in the non-raw email - it looks just fine). So your emails on lore look fine. I'm not seeing how that got corrupted. Linus