On 5/21/25 1:44 AM, Jakub Kicinski wrote: > On Tue, 20 May 2025 15:37:53 +0200 Ilya Maximets wrote: >> Is kernel.org blocking the sender somehow? Does anyone know? > > The patch was submitted with an HTML attachment :( > Same with the v2 BTW. vger drops all emails with HTML parts.
Hrm, I see. It's "Content-Type: multipart/alternative;" indeed. Gmail and apparently outlook(?) likes to send the same message as both plain text and html. ovs-dev just drops the html alternative keeping the plain text, that's why we have the patch there. @Faicker, you'll need to re-configure your email client to avoid inclusion of the html alternative parts, I suppose. Or someone else will need to re-send your patches, if not possible. AFAIK, it's not possible to turn off the multipart/alternative in gmail web interface, not sure about outlook. Some useful information and links are available here: https://docs.kernel.org/process/email-clients.html Ideally, git send-email is the preferred client for sending patches. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
