GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/283
Bug: stats.lua can fail when creating top10 senders
When creating the top10 senders, stats.lua can fail if any documents don't
have a from_raw value.
This should not happen for valid mails, but old mbox files may trigger the
problem.
The following line can fail:
name = name:gsub("\"", "")
----
----
---
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.
---