GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/267
Bug: inconsistent rights checking
Access to private lists is being checked inconsistently.
Assume a list id of the form: <dev.ponymail.apache.org>
This has the parts:
full id=dev.ponymail.apache.org
domain=ponymail.apache.org
email.lua
preferences.lua
thread.lua
These all check against the full id and the domain
source.lua
This checs the domain only, so may prevent access to some mails.
The checks should be done by a common routine.
This ought really to be part of the aaa module.
----
----
---
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.
---