Minh,

Forward sends the message back to the top of the root processor, so you are
forwarding all mail back to yourself over and over and ...

> I'm trying to get something like this happening

> <mailet match="RecipientIsNot=backup@localhost" class="Forward">
>       <forwardto>backup@localhost</forwardto>
>       <passThrough>true</passThrough>
> </mailet>

That would behave differently.  The first time through the recipient would
match, causing the message to be forwarded; subsequent times, the recipient
would not match.  You'd still need to be careful not to create any loops
later.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to