]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit4b8b3036ba08515eb66fb014b6ded9dc57e079b2
tree8b09dab24c8f2b496cbcbae9976280fa2b23631a
parentafb62cec9097de884bee427093219d598561474d
nntp: ensure Message-ID is not folded for leafnode

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.
lib/PublicInbox/NNTP.pm
t/nntpd.t