You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Scherer Pierre <sc...@ibelgique.com> on 2003/03/26 18:32:16 UTC

Loop with Forward

hi,

I have a infinite loop in my spoolmanger with the maillet Forward:

-----------------------------
 <mailet match="SenderIs=test2@localhost" class="Forward">
                <forwardto>test1@scherer.be</forwardto>
                <passThrough>false</passThrough>
 </mailet>
-----------------------------

I have placed this in the root processor and it doesn't sent to
test2@localhost (it's normal!)
But, when the mail(with the recipient change) comes back in the processor
root, there is a new forward (at the infintie)
Where is my fault?

-Pierre


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


Re: Loop with Forward

Posted by Marc de Oliveira <Ma...@deOliveira.dk>.
Obviously, the sender stays as test2@localhost eventhough you forward the
mail to test1@scherer.be so the matcher keeps handeling the mail infinitely.

- Marc de Oliveira

----- Original Message -----
From: "Scherer Pierre" <sc...@ibelgique.com>
To: "James" <ja...@jakarta.apache.org>
Sent: Wednesday, March 26, 2003 6:32 PM
Subject: Loop with Forward


> hi,
>
> I have a infinite loop in my spoolmanger with the maillet Forward:
>
> -----------------------------
>  <mailet match="SenderIs=test2@localhost" class="Forward">
>                 <forwardto>test1@scherer.be</forwardto>
>                 <passThrough>false</passThrough>
>  </mailet>
> -----------------------------
>
> I have placed this in the root processor and it doesn't sent to
> test2@localhost (it's normal!)
> But, when the mail(with the recipient change) comes back in the processor
> root, there is a new forward (at the infintie)
> Where is my fault?
>
> -Pierre
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: Loop with Forward

Posted by Danny Angus <da...@apache.org>.
RecipientIs

> -----Original Message-----
> From: Scherer Pierre [mailto:scherer_pierre@ibelgique.com]
> Sent: 26 March 2003 19:41
> To: James Users List
> Subject: RE: Loop with Forward
> 
> 
> 
> 
> What is the good pair matcher-mailet???
> 
> -Pierre
> 
> >the sender will still be test2@localhost, so you will have a loop.
> >d.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: Loop with Forward

Posted by Scherer Pierre <sc...@ibelgique.com>.

What is the good pair matcher-mailet???

-Pierre

>the sender will still be test2@localhost, so you will have a loop.
>d.




---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: Loop with Forward

Posted by Danny Angus <da...@apache.org>.
the sender will still be test2@localhost, so you will have a loop.
d.


> -----Original Message-----
> From: Scherer Pierre [mailto:scherer_pierre@ibelgique.com]
> Sent: 26 March 2003 17:32
> To: James
> Subject: Loop with Forward
> 
> 
> hi,
> 
> I have a infinite loop in my spoolmanger with the maillet Forward:
> 
> -----------------------------
>  <mailet match="SenderIs=test2@localhost" class="Forward">
>                 <forwardto>test1@scherer.be</forwardto>
>                 <passThrough>false</passThrough>
>  </mailet>
> -----------------------------
> 
> I have placed this in the root processor and it doesn't sent to
> test2@localhost (it's normal!)
> But, when the mail(with the recipient change) comes back in the processor
> root, there is a new forward (at the infintie)
> Where is my fault?
> 
> -Pierre
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org