[ 
https://issues.apache.org/jira/browse/JAMES-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660388#comment-16660388
 ] 

ASF GitHub Bot commented on JAMES-2516:
---------------------------------------

GitHub user athulyaraj opened a pull request:

    https://github.com/apache/james-project/pull/139

    JAMES-2516:Created a SenderDomainId && RecipeintDomainIs matchers

    #JAMES-2516

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/athulyaraj/james-project JAMES-2516

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/james-project/pull/139.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #139
    
----
commit c682c9de959c77782a9daf87679cb2fff0667ec2
Author: Athulya Raj <athulya_raj@...>
Date:   2018-10-23T10:14:17Z

    JAMES-2516:Created a SenderDomainId && RecipeintDomainIs matchers

----


> 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
>            Priority: Major
>              Labels: feature, newbie
>
> 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):
>  - *SenderDomainIs* 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 note 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