]> Sergey Matveev's repositories - public-inbox.git/commit
nntp+www: drop List-* and Archived-At headers
authorEric Wong <e@80x24.org>
Thu, 10 Dec 2020 22:38:47 +0000 (22:38 +0000)
committerEric Wong <e@80x24.org>
Fri, 11 Dec 2020 03:40:20 +0000 (03:40 +0000)
commit1bf653ad139bf7bb3d853ab0b5eae3eaa1b13a95
tree389bacf02a9e80bcb445c59fafad8159f63f3610
parentac4f951e03eaf635c8dd20a6f42bfc71b0011412
nntp+www: drop List-* and Archived-At headers

These headers can conflict with headers in the DKIM signature;
and parsing the DKIM-Signature header to determine whether or
not we can safely add a header would be more code and CPU
cycles.

Since IMAP seems fine without these headers (and JMAP will
likely be, too), there's likely no need to continue appending
these to every message.  Nowadays, developers seem sufficiently
trained to use URLs with Message-IDs in them.  So drop the
headers and save some cycles and bandwidth all around.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/MboxGz.pm
lib/PublicInbox/NNTP.pm
t/nntp.t
t/psgi_mount.t