RE: Intercepting mail sent by James users

2004-10-19 Thread Carl Downs
Noel- Thanks for the response. After reading your reply and looking over my matcher code, I found the silly error that was causing the odd behavior. By mistakenly returning the sender's address, this code was in effect routing the mail back to the sender. // code with the bug: public Colle

How to use new components from mailets ?

2004-10-19 Thread Laurent . IOZELLI
Hi everybody, I needed to add some SOAP service support to James, so I developped new AVALON components to do that. No particular problem for that part, the configuration of phoenix is ok. These new components are seen in James usual ones (such as the James component, the JamesSpoolManager, the D

Re: Intercepting mail sent by James users

2004-10-19 Thread Carl Downs
I suppose I could have used the SenderHostIs matcher. --- Lahu <[EMAIL PROTECTED]> wrote: > I dont see a case where the built-in James matchers > cant be used for what u want to achieve. Wonder what > caused u to build up ur own. > Use built-in James matchers for all such purposes > !They *WORK*.

RemoteDelivery Failure

2004-10-19 Thread saravanan ganapathy
Hai, I am a very new to james and configured the mail-server with the document.I am able to send to this mail-server from other domain, I am also able to send to other users in my domain through this mail-server , but when I send to other domain through this mail-server, the mails are just store

Re: Intercepting mail sent by James users

2004-10-19 Thread Lahu
I dont see a case where the built-in James matchers cant be used for what u want to achieve. Wonder what caused u to build up ur own. Use built-in James matchers for all such purposes !They *WORK*. Period. regards lahu --- Carl Downs <[EMAIL PROTECTED]> wrote: > I am trying to intercept outboun