On 11/6/23 11:54, Andrea Bolognani wrote:
On Mon, Nov 06, 2023 at 10:26:36AM +0000, Daniel P. Berrangé wrote:
> On Mon, Nov 06, 2023 at 02:21:16AM -0800, Andrea Bolognani wrote:
>> So does that mean that the issue is server-side? I'm pretty sure
>> Laine, Martin and I are all fetching emails using different tools, so
>> that would sound more plausible, but it's weird that things
>> apparently work fine for you?
>
> I guess I tested the wrong mail. I can apply patches from Laine, but
> I cannot apply from Michal.
>
> I think the trigger is non-ASCII7 characters (ie accents) in the sender
> name (or possibly the Signed-off-by), causing software to re-encode turn
> the message into base64
Until this is sorted out, passing
--quoted-cr=strip
to 'git am' seems to do the trick.
Alternatively, might as well start sending base64 encoded patches, list
re-encodes them anyway:
git send-email --transfer-encoding=base64 ...
Michal