]> Sergey Matveev's repositories - public-inbox.git/commit
avoid using header_raw for Message-ID retrieval
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 08:54:32 +0000 (08:54 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 08:56:12 +0000 (08:56 +0000)
commit9c93edcdefb01f193aced818142b050aeffc04e1
tree0f16b4bca01c93344093a3532aa68c6bf89d54eb
parent8c8b659c68e9191b412da7d8db03919fbace5179
avoid using header_raw for Message-ID retrieval

This is for consistency with ssoma.  I doubt it makes
a difference in practice, but in case somebody decides
any of the Message-ID-containing headers should have
strange characters, we'll decode and attempt to thread
them.  This isn't an attack vector, just a way to
make messages thread improperly which is pointless...
lib/PublicInbox/Feed.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/View.pm