On 14/03/2025 09:50, George Moussalem wrote: >> Anyway, your patchset cannot be even applied due to broken threading. >> >> We keep pointing to issues in your toolset since more than a week. >> Sending is so trivial that I do not understand why you keep it having >> broken: >> >> `b4 send` >> or >> `git format-patch -v4 --cover-letter -6 && git send-email ./v4-*` >> >> NAK > > Not disagreeing, but I'm not sure why it still breaks. > > The git send-email command is exactly what I used before but I found out > it's not an issue in the toolset itself. Outlook.com SMTP servers > replace the original 'Message-ID' header with their own. That is what > causes threading to break. As a workaround, I first send the cover They replace it only in the first message. Why the rest of the emails are not replaced? Looking at this thread: https://lore.kernel.org/all/TYZPR01MB555632DC209AA69996309B58C9C92@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ All of them look like replaced. > letter, lookup the Message-ID value and then send the actual patches > using 'git send-email --in-reply-to=<Message-ID>'. I do see them > threaded in my mail client (Thunderbird) and in: > https://lore.kernel.org/all/DS7PR19MB8883F2538AA7D047E13C102B9DD22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/#r Yeah, but not in b4. > > If this doesn't work, I may need to switch to a different email address. I recommend using b4 relay: https://b4.docs.kernel.org/en/latest/contributor/send.html Best regards, Krzysztof