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
The following commit(s) were added to refs/heads/master by this push:
new 0325474 Drop unused headers
0325474 is described below
commit 032547467432a12412889ca454a27eb6373ad798
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 4 17:45:47 2021 +0000
Drop unused headers
---
tools/archiver.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/archiver.py b/tools/archiver.py
index d13a636..b0a52c8 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -352,10 +352,8 @@ class Archiver(object): # N.B. Also used by import-mbox.py
# This is a list of headers which are stored in msg_metadata
HDR_KEYS = [
"archived-at",
- "delivered-to", # does not appear to be used at all
"from",
"cc",
- "content-type", # not referenced from msg_metadata
"to",
"date",
"in-reply-to",