[FFmpeg-devel] [PATCH] test sending very long lines to ML

Anton Khirnov anton at khirnov.net
Mon Apr 26 12:39:39 EEST 2021


>From a brief look at mailman source (src/mailman/handlers/decorate.py if
anyone is interested), seems it will always mangle the original message
body when it is a single-part text/plain.
So sending as base64 does not help since mailman will recode it, as can
be seen from the test emails I just sent.

The actual bug might be in the python email library, which decides to
use 7bit encoding even though it cannot represent very long lines.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list