Wait a minute ... Jay, I was wrong ... distracted making dinner ... hold on.
The matcher does it. The way a matcher works is that it selects the
recipients that will be processed by the mailet. Matchers like HostIs are
just all or nothing, but otherwise, the matcher says which subset of
recipients will be processed.
So if I have multiple recipients, and use RecipientIs, then only that
recipient should be passed along to the mailet for processing.
So if I have e-mail sent to "[EMAIL PROTECTED],
[EMAIL PROTECTED]", what should happen is that the RecipientIs
matchers should peel off a single recipient for the listserv mailet. The
recipient set will get split into two sets: matching and notMatching. As
long as neither one is empty, it continues. So the matching set, containing
just the current list, should be processed by the listserv. The message is
then ghosted. But the other set still continues with its duplicate of the
message.
So now that I've had my dinner, if you are not seeing the above behavior,
then we need to find out why.
Ignore my earlier message.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]