You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2021/09/04 10:17:00 UTC

[jira] [Closed] (JAMES-1434) Partial recipient matched mail is not processed by following matcher/mailet pair

     [ https://issues.apache.org/jira/browse/JAMES-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Tellier closed JAMES-1434.
---------------------------------
    Resolution: Fixed

We eventually solved this in JAMES-3589.

Regards,

Benoit

> Partial recipient matched mail is not processed by following matcher/mailet pair
> --------------------------------------------------------------------------------
>
>                 Key: JAMES-1434
>                 URL: https://issues.apache.org/jira/browse/JAMES-1434
>             Project: James Server
>          Issue Type: Bug
>          Components: SpoolManager &amp; Processors
>    Affects Versions: 3.0.0-beta5
>            Reporter: TzeKai Lee
>            Priority: Major
>         Attachments: partial_match.patch, routesDef.xml
>
>
> Using mailet container setting:
> <mailet match="RecipientIs=test@localhost" class="LogMessage"/>
> <mailet match="All" class="LogMessage">
>     <passThrough>
>         false
>     </passThrough>
> </mailet>
> and SMTP command:
> ehlo localhost
> mail from: <fr...@localhost>
> rcpt to: <te...@localhost>
> rcpt to: <te...@localhost>
> data
> test
> .
> It was expected to receive 3 log messages but only 2 message received with different mail name.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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