]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: append, instead of prepending generated Message-ID
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 29 Mar 2018 09:57:45 +0000 (09:57 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 29 Mar 2018 09:59:55 +0000 (09:59 +0000)
commit9aaf9cf73f7b126ad3d2726adf7c764630626d67
treea34658235bfc1559404004d7cbb0d2c693fd600d
parent6efc0df8d3e00da0257b131e96f74d18fce290ab
v2writable: append, instead of prepending generated Message-ID

The original Message-ID is still the most important when
discussing with other recipients who do not rely on a message
flowing through public-inbox.  So whatever Message-ID we use
to deduplicate internally will be secondary and less important.

All of our front-end v2 code is order-independent, so we won't
let the message count against us, that way.
lib/PublicInbox/Import.pm
lib/PublicInbox/V2Writable.pm
t/psgi_v2.t
t/v2writable.t