Endless Loop with Forward Mailet

2003-06-13 Thread Hutson Carspecken
Hello, I am trying to use the Forward mailet before I create a custom send mailet. Currently, I am using the UserIs matcher to avoid the loop, but the mail seems to disappear as well. Does anyone have simple sample that I could use /follow? I am fresh out of ideas. Should I remove

RE: Endless Loop with Forward Mailet

2003-06-13 Thread Noel J. Bergman
I am trying to use the Forward mailet before I create a custom send mailet. When you do so, you should consider subclassing the new AbstractRedirect or Redirect mailets. Does anyone have simple sample that I could use /follow? I am fresh out of ideas. Hard to say without seeing what you

Re: Endless Loop with Forward Mailet

2003-06-13 Thread Hutson Carspecken
[EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Friday, June 13, 2003 11:12 AM Subject: RE: Endless Loop with Forward Mailet I am trying to use the Forward mailet before I create a custom send mailet. When you do so, you should consider subclassing the new AbstractRedirect

RE: Endless Loop with Forward Mailet

2003-06-13 Thread Noel J. Bergman
Any particular place on james.apache.org that will have more information on those Redirect mailets? If you are going to write one? Look at the source code. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Endless Loop with Forward Mailet

2003-06-13 Thread Eric Weidner
Hut, I use the Forward mailet to provide simple aliasing (haven't had time to check out the JDBC Alias table yet). You should find a Forward mailet example in the config file that points [EMAIL PROTECTED] to null. In that same area, add a mailet tag like this mailet match=[EMAIL

Re: Endless Loop with Forward Mailet

2003-06-13 Thread Hutson Carspecken
Thanks Eric! I will try this out asap. Hut - Original Message - From: Eric Weidner [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:07 PM Subject: Re: Endless Loop with Forward Mailet Hut, I use the Forward mailet to provide simple aliasing

RE: The Forward Mailet

2003-06-12 Thread Noel J. Bergman
I am interested in using the All matcher and the Forward mailet in the root processor to forward all e-mail that hits James. What are you trying to accomplish? The Forward mailet comes before the matcher/mailet that sends remaining messages to the transport processor. You forwarded all

Re: The Forward Mailet

2003-06-12 Thread Hontvari Jozsef
you are near, but currently this is an infinite loop. Don't forget that the forwarded message reenters the root processor. - Original Message - From: Hutson Carspecken [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 6:02 PM Subject: The Forward Mailet Hello, I

Re: The Forward Mailet

2003-06-12 Thread Hutson Carspecken
Hontvari, Thanks for your help. I am unfamilar with the Forward mailet, sod I did not know that it reentered the root processor. What would a better configuration to forward messages and (better yet) do you have any suggestions as to where I could find more information on the Forward mailet

Re: The Forward Mailet

2003-06-12 Thread Hontvari Jozsef
the configuration. - Original Message - From: Hutson Carspecken [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 8:26 PM Subject: Re: The Forward Mailet Hontvari, Thanks for your help. I am unfamilar with the Forward mailet, sod I did not know