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-unit-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 631d4fc Add warning
631d4fc is described below
commit 631d4fce756948b252483b9561c544eab3c754fe
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 29 13:29:41 2020 +0100
Add warning
---
tools/collate-mboxes.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/collate-mboxes.py b/tools/collate-mboxes.py
index cb82e59..af617fe 100644
--- a/tools/collate-mboxes.py
+++ b/tools/collate-mboxes.py
@@ -2,6 +2,8 @@
"""
Simple tool for collating multiple mbox files into a single one, sorted by
message ID.
Used for multi-import tests where you wish to check that multiple sources give
the same ID
+
+WARNING: emails without a Message-ID are currently silently dropped
"""
import mailbox
import sys