]> Sergey Matveev's repositories - public-inbox.git/commit
content_id: special treatment for Message-Id headers
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 03:08:33 +0000 (03:08 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 03:23:12 +0000 (03:23 +0000)
commit6d448aae2a6624d37b291946b6666d5101c2957b
tree1c3afd607e545dde451a2bd15b3ef71e1041e98b
parent66642eb8e5f51a675d699c4fe9107202d61d2626
content_id: special treatment for Message-Id headers

Some emails in LKML archives are identical with the only
difference being s/References:/In-Reply-To:/ in the headers.
Since this difference doesn't affect how we handle message
threading, we will treat them the same way for the purposes
of deduplication.

There may be more changes to how we do content_id along these
lines (e.g. using msg_iter to walk the message).
lib/PublicInbox/ContentId.pm