[
https://issues.apache.org/jira/browse/JAMES-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659202#action_12659202
]
Stefano Bagnara commented on JAMES-882:
---------------------------------------
Collection recipients = mail.getRecipients();
you get the internal recipients collection and not a copy (MAILET-5)
and then:
if (newRecipients.size() > 0) {
recipients.addAll(newRecipients);
}
Add the new recipients to the collection.
> VirtualUserTable-Store is not working anymore
> ---------------------------------------------
>
> Key: JAMES-882
> URL: https://issues.apache.org/jira/browse/JAMES-882
> Project: JAMES Server
> Issue Type: Bug
> Affects Versions: 3.0, Trunk
> Reporter: Norman Maurer
> Assignee: Norman Maurer
> Fix For: 3.0
>
> Attachments: diff.txt, vut-smoke.patch, vut-support.diff
>
>
> In current trunk the VirtualUserTable-Store implementation get never called
> from a mailet to rewrite recipients.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]