GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/300
Bug: stats.lua uses inconsistent email canonicalisation code
stats.lua current has 3 sections of code which extract the canonical email
address.
One of the sections uses a slightly different approach - it does not allow
for emails of the form
'xxx at yyy'
Since the resulting address is used to deleting matching emails, the code
would fail if that format was used.
The code should be turned into a common function and used throughout.
----
----
---
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.
---