TzeKai Lee created JAMES-1434:
---------------------------------
Summary: 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 & Processors
Affects Versions: 3.0-beta5
Reporter: TzeKai Lee
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: <from@localhost>
rcpt to: <test@localhost>
rcpt to: <test1@localhost>
data
test
.
It was expected to receive 3 log messages but only 2 message received with
different mail name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]