> I am writing a maillet that will split a message with multiple
> recipients into two messages.
You do realize that James does that automatically? That is exactly what
happens inside the pipeline. The result of a matcher is a list of
recipients. If the list of matched recipients is not the entire list, the
list is split. The matched set is attached to a message handled to the
mailet, the other set is attached to a message that skips the mailet.
> the Mail class has a method setRecipients().
The site docs reflect the development version of the API. The official API
is part of the distribution. There aren't that many changes, but you hit on
one. It isn't necessary, as there are other ways to attach a recipient list
to a message.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]