sebbASF opened a new issue #2: URL: https://github.com/apache/incubator-ponymail-foal/issues/2
import-mbox uses two different methods to get the raw message: get_bytes [1] for passing to compute_updates get_file [2] for storage in the database The former method does not take account of From_ escapes, nor does it include the leading From_ line. [1] https://github.com/apache/incubator-ponymail-foal/blob/9d2e91daa70ae83d94a0cae7927f2813667c0875/tools/import-mbox.py#L211 [2] https://github.com/apache/incubator-ponymail-foal/blob/9d2e91daa70ae83d94a0cae7927f2813667c0875/tools/import-mbox.py#L298 ---------------------------------------------------------------- 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]
