Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
A mailet can have two kind of matchers:
- a "match" where recipient matching the condition are selected
- a "nomatch" where recipient matching the condition are rejected
As a user, I need to specify at least one attribute.
However I can still define both. This would lead to only take the "match" into account, and ignore the configured "nomatch". This can be misleading.
Thus, we should make it clear and reject configurations where "nomatch" and "match" are specified.