chibenwa opened a new pull request, #2852: URL: https://github.com/apache/james-project/pull/2852
## Long story short A customer allows regular user to use forwards. Customer want to disable user: in which case they want t force a forward in addition to the forward already defined. When enabling back the user they want to remove only the forwards they set and not those positionned by the user. Indeed they wish not to maintain a state. ## Proposed solution As mapping is mostly an unstructured field we can easily add a comment into it. This allows storing a comment which allows to distnguish automatically added forwrds from the others. (I can also see functonnal application for this) ## Alternatives New mapping type: not realistic, generalization of RRT seems like a needlessly hard problem. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
