]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntp: ensure Message-ID is not folded for leafnode
authorEric Wong <e@80x24.org>
Thu, 13 Jun 2019 20:46:52 +0000 (20:46 +0000)
committerEric Wong <e@80x24.org>
Thu, 13 Jun 2019 20:47:16 +0000 (20:47 +0000)
Leafnode cannot handle Message-ID headers which are too long and
require folding via Email::Simple::Header.  Since there are
already many of these messages in git with the header already
folded, we need to handle the unfolding when emitting the
message via NNTP.

As far as we know, Leafnode is the only client software
incapable of handling this case.


No differences found