sebbASF opened a new issue #5: URL: https://github.com/apache/incubator-ponymail-unit-tests/issues/5
tools/collate-output.py currently drops emails without Message-Ids. Such emails are important to testing and should not be dropped. Since it uses a hash for collecting the Message-Ids, it may silently drop duplicate Ids. This is equally important (perhaps more so) for testing. Rather than use the Message Id (which can be duplicated or missing), for lists run by Ezmlm (and possibly others) it could use the ezmlm return number instead. [This won't always work, as some ezmlm lists had duplicated entries] In any case, the tool should report all dropped messages. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
