sebbASF commented on issue #164:
URL: 
https://github.com/apache/incubator-ponymail-foal/issues/164#issuecomment-980808415


   I've found that import-mbox currently behaves differently from archiver in 
at least one aspect:
   
   An address of the form:
   
   To: [email protected] (Test User)
   
   is rendered by archiver.py as
   "to": "[email protected]"
   whereas import-mbox generates
   "to": "[email protected] (Test User)"
   
   This is because archiver defaults to policy=default, whereas mailbox uses 
the original policy of email which is compat32.
   
   There may be other discrepancies.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to