]> Sergey Matveev's repositories - public-inbox.git/commit
threading: deal with improperly-terminated References headers
authorEric Wong <e@80x24.org>
Mon, 2 Oct 2017 22:19:16 +0000 (22:19 +0000)
committerEric Wong <e@80x24.org>
Tue, 3 Oct 2017 02:26:11 +0000 (02:26 +0000)
commit2aa29ee6a35f5be2d76c39ccc50bf7a34075e2bd
treefdec42427b5096eebc1c0481b147016313dda2f0
parent2a5b77c0cdd9bb1f726fd05b01d3095b029367ac
threading: deal with improperly-terminated References headers

We should not blindly join References and In-Reply-To headers
as a single string, because some messages can have an open
angle brace '<' in References: without a corresponding '>'.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/View.pm