You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/26 21:42:06 UTC

[incubator-ponymail-foal] branch master updated: Tidy output message

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 82bbd04  Tidy output message
82bbd04 is described below

commit 82bbd04a5c29c9c94b5c293e32999ac1143b9127
Author: Sebb <se...@apache.org>
AuthorDate: Wed Aug 26 22:41:50 2020 +0100

    Tidy output message
---
 tools/archiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index fd7b2f8..f4de833 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -410,7 +410,7 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
                     logger.warning(
                         "Could not generate MID: %s. MSGID: %s",
                         err,
-                        msg_metadata.get("message-id", "?"),
+                        msg_metadata.get("message-id", "?").strip(),
                     )
                 mid = pmid