On 4/25/2021 4:28 PM, Michael Niedermayer wrote:
On Sun, Apr 25, 2021 at 04:12:41PM +0200, Anton Khirnov wrote:
Quoting Michael Niedermayer (2021-04-25 11:29:56)
It seems something is cuttning long lines
The email arrives correctly when I send it directly to myself, so I
assume the ML is mangling things. Didn't something similar happen to
James recently?
yes, is this a new issue with the servers mail setup or did we just not
have so long lines previously ?
It may be the latter. Commit 461d04d956 by Andreas added new disposition
entries to this kind of output, which is a good 100 extra characters per
such line. But many of them were already longer than 1000 before it, so
i can't say.
the length seems truncated around 1000 and smtp_line_length_limit has a
default of around that. RFC 5321 also doesnt allow longer lines so iam
not sure if bumping that limit up is the correct thing to do (if its that
what truncates it)
Iam not a mail expert, but naively to me this looks like the
sender should use base64 or some other encoding if a long line is
encountered
Can git send-email be configured for this?
Thanks
[...]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".