Arsnael commented on a change in pull request #448:
URL: https://github.com/apache/james-project/pull/448#discussion_r637660876
##########
File path:
server/mailet/mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/impl/camel/MatcherSplitter.java
##########
@@ -155,6 +155,8 @@ public MatcherSplitter(MetricFactory metricFactory,
CamelMailetProcessor contain
Mail newMail = MailImpl.duplicate(mail);
newMail.setRecipients(matchedRcpts);
+ newMail.setState(mail.getState());
+ mail.setRecipients(rcpts);
Review comment:
That's already set up few lines above (154). Any reason to do it again?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]