]> Sergey Matveev's repositories - public-inbox.git/commit
use raw header for Message-ID
authorEric Wong <e@80x24.org>
Thu, 3 Mar 2016 03:16:58 +0000 (03:16 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Mar 2016 03:21:27 +0000 (03:21 +0000)
commit3cda6050b7c8f73e7fd86f88efc5cd42d0c13f73
treecb2eb271eb7c24235889da1ef7dbd2b3458351dc
parent2d7d6d91b8894052b8b6088defaf7ea1711eba06
use raw header for Message-ID

Message-IDs should not be MIME encoded, but in case they are,
use the raw form for compatibility with ssoma and possibly
other tools.  This prevents a potential problem where a
malicious client could confuse our storage layer into indexing
incorrect contents.
Makefile.PL
lib/PublicInbox/Feed.pm
lib/PublicInbox/MDA.pm
lib/PublicInbox/MID.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm