Tellier Benoit created JAMES-2516:
-------------------------------------

             Summary: Create a SenderDomainId && RecipeintDomainIs matchers
                 Key: JAMES-2516
                 URL: https://issues.apache.org/jira/browse/JAMES-2516
             Project: James Server
          Issue Type: New Feature
          Components: Mailet Contributions
            Reporter: Tellier Benoit


Nowadays users needs tricks with RecipientIsRegex & SenderIsRegex for handling 
users of specific domains in a customized way in mailet processing. We need to 
provide utilities for avoiding such a hack.

In `mailet/standard` create two matchers (and their unit tests):

 - *SenderDomainId* will look at the envelope sender's domain. If equal to 
configured value, then all recipients will be returned. Overwise an empty list 
will be returned.

 - *RecipientDomainIs* will return recipients mathcing a configured domain.

Please not that a valid domain needs to be configured, according to James core 
Domain model.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to