You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by GitBox <gi...@apache.org> on 2020/08/29 13:34:25 UTC

[GitHub] [incubator-ponymail-unit-tests] sebbASF opened a new issue #4: Bug: collate-output.py should not use get_bytes, and should preserve From line

sebbASF opened a new issue #4:
URL: https://github.com/apache/incubator-ponymail-unit-tests/issues/4


   The get_bytes() method can change the EOLs in a message.
   
   It's safer to use get_file() and read the message, as that will preserve whatever EOL was used.
   Also the original From line is dropped.
   
   The tool also assumes that the file CRLF for all line endings.
   However AFAICT mboxes often use just LF.
   
   It also drops mails without Message-Ids.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-ponymail-unit-tests] sebbASF closed issue #4: Bug: collate-output.py should not use get_bytes, and should preserve From line

Posted by GitBox <gi...@apache.org>.
sebbASF closed issue #4:
URL: https://github.com/apache/incubator-ponymail-unit-tests/issues/4


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-ponymail-unit-tests] sebbASF commented on issue #4: Bug: collate-output.py should not use get_bytes, and should preserve From line

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #4:
URL: https://github.com/apache/incubator-ponymail-unit-tests/issues/4#issuecomment-683406053


   Most of original issue has been fixed. Dropped mails will now be handled in a separate issue


----------------------------------------------------------------
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:
users@infra.apache.org