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

humbedooh 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 d0f3b2a  This isn't used in Foal
d0f3b2a is described below

commit d0f3b2aef5fe0b1feb6ae829bce7805433633acb
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Aug 25 20:00:38 2020 +0200

    This isn't used in Foal
    
    As source documents now use the raw input, and not .as_bytes, this
    header doesn't actually get added, so we can safely remove it
    altogether.
---
 tools/archiver.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index d6e21d4..fd7b2f8 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -812,8 +812,6 @@ def main():
         if args.private:
             is_public = False
         if "list-id" in msg:
-            if not msg.get("archived-at"):
-                msg.add_header("archived-at", email.utils.formatdate())
             list_data = collections.namedtuple(
                 "importmsg",
                 [

Reply via email to