GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/223
Bug: archiver fails when adding entries to the notifications table
If notifications are enabled, the archiver fails with:
```
Archiving failed!: TransportError(400, 'mapper_parsing_exception', 'failed
to parse [date]')
Could not parse email: Archiving to ES failed
```
This is because ES assumes that a 'date' field will have the format:
"yyyy/MM/dd HH:mm:ss"
whereas the code uses the Date: header from the message, which may be:
Date: Mon, 11 Jul 2016 15:16:58 +0200
The code uses mdatestring for the 'date' field when adding the mbox doc;
notifications should use the same value.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---