This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 298d081b93ff828f9599971dc69d634195b9da19
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 1 00:01:07 2021 +0000

    Drop unused header fields
---
 tools/archiver.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index dc411f0..f8cd707 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -362,10 +362,6 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
         "message-id",
         "subject",
         "references",
-        # The following don't appear to be needed currently
-        "x-message-id-hash",
-        "x-mailman-rule-hits",
-        "x-mailman-rule-misses",
     ]
     # keys that need to be decoded
     HDR_KEYS_DECODE = ["to", "from", "subject", "message-id"]

Reply via email to