Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-beta5
-
None
-
None
Description
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.