Spam Filters

2006-03-22 Thread Andrew Sykes
Hi, I'm trying to get the InSpammerBlacklist filters to work on the last release of James. e.g. mailet match=InSpammerBlacklist=dnsbl.njabl.org class=ToProcessor processor spam /processor notice550 Requested action not taken: rejected - see

Re: phoenix log

2006-03-22 Thread Bernd Fondermann
On 3/21/06, Walker, Aaron L [EMAIL PROTECTED] wrote: I feel like a troublemaker. Like I say, logs/phoenix.log does not get touched when I try to pass options, because it doesn't get far enough. That's the kind of trouble I appreciate ;-) I get the very same error on the Linux command line.

Re: AW: AW: SMTP Authentication question

2006-03-22 Thread Norman Maurer
Whats the error when you try to compile the current trunk ? bye Am Mittwoch, den 22.03.2006, 14:24 +0100 schrieb Carlos Aviles: low SMTP AUTH (see attached file), then I can compile it. But the authentication doesn't works...and I just don't know why. I know I'm doing something wrong but

AW: AW: AW: SMTP Authentication question

2006-03-22 Thread Carlos Aviles
This is the error message: James Build System --- Buildfile: build.xml C:\Dokumente%20und%20Einstellungen\aviles\Eigene%20Dateien\downloads\james-c urre nt\check-targets.ent could not be found BUILD FAILED java.io.FileNotFoundException: C:\Dokumente und

Re: AW: AW: AW: SMTP Authentication question

2006-03-22 Thread Norman Maurer
Hmm seems to not be included in the src.. the files are only in svn.. Not sure why. Try to checkout from svn.. and build it. bye Am Mittwoch, den 22.03.2006, 14:41 +0100 schrieb Carlos Aviles: This is the error message: James Build System --- Buildfile: build.xml

ssl with James 2.3.0a1?

2006-03-22 Thread Mikkel Troest
Hi all, I'm currently running James 2.2.0 with pop3-tls and smtp-tls. Everything works great and I'm very happy with it. I've tried to install the James 2.3.0a1 snapshot. Everything ok until I try to enable the ssl-configuration. I enable ssl as described at:

AW: AW: AW: AW: SMTP Authentication question

2006-03-22 Thread Carlos Aviles
Hi again, the attached file are the phoenix logs when I try to start the current trunk compilation. regards, Carlos. -Ursprüngliche Nachricht- Von: Carlos Aviles [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 22. März 2006 15:57 An: James Users List Betreff: AW: AW: AW: AW: SMTP

CommandListservFooter

2006-03-22 Thread Poynter, David
I am running James 2.2 on Linux (2.6.15) and I'm getting the problem where the emails have the HTML as text in the message that was apparently solved by modifying CommandListservFooter.java. I have the source file, but I can't find where to put it. I have opened the .sar and have looked in

Re: AW: AW: AW: AW: SMTP Authentication question

2006-03-22 Thread Stefano Bagnara
I currently use the svn version and I'm able to launch ran.bat with no problems. The exception you get is: It says that DefaultConfiguration has no constructor with a single String parameter. This not true because the DefaultConfiguration object included in avalon-framework-4.3 has this

RE: Mail List Mailet Infinite Loop on db failure

2006-03-22 Thread JWM
That's where I get very confused. It says the default action is error. From the text you quoted, that would imply that the default reaction to an exception in the mailet would mean it would not requeue it. But that WAS my configuration, and it continually requeued it. So I'm confused. Just

Re: Mail List Mailet Infinite Loop on db failure

2006-03-22 Thread Stefano Bagnara
JWM wrote: I don't have any stack traces. In the mailet log, it is happily processing through the mail list, then there is an exception saying it can't get connection to mySQL. Then the maillist starts over just like it was a brand new note. It starts sending to the list again and the same

Re: Spam Filters

2006-03-22 Thread Stefano Bagnara
My spam processor is configured like so... processor name=spam mailet match=All class=Null/ mailet match=All class=Bounce/ mailet match=All class=NotifyPostmaster/ /processor These don't seem to be blocking anything, nor are they notifying me. Can anyone

Re: phoenix log

2006-03-22 Thread Bernd Fondermann
Bernd Fondermann wrote: Seems to be a problem with excalibur-cli-1.0.jar. I'll have a look if I can find the source code somewhere. Anyone knows where to find the code for Phoenix 4.2? - To unsubscribe, e-mail: [EMAIL

Re: Mail List Mailet Infinite Loop on db failure

2006-03-22 Thread Stefano Bagnara
JWM wrote: Maybe I'm at the wrong level of discussion. When the exception occurs, my mailet exits. The mailet is the last thing in the processor. So 'ending' the processor and 'continuing' the processor when this is the last step would basically be the same thing, right? It still comes back

Re: phoenix log

2006-03-22 Thread Stefano Bagnara
The problem (WEIRD) is that we have 2 different excalibur-cli-1.0.jar in our distribution. Please copy the one in the bin/lib folder over the one in the lib folder and let me know if it works. I'm committing this change in the current trunk. Thi probably happens only programmatically

Re: phoenix log

2006-03-22 Thread Stefano Bagnara
Bernd Fondermann wrote: Bernd Fondermann wrote: Seems to be a problem with excalibur-cli-1.0.jar. I'll have a look if I can find the source code somewhere. Anyone knows where to find the code for Phoenix 4.2? hehe, the big deal ;-) Read the JAMES_PHOENIX.txt in our distribution. (it is in

RE: Mail List Mailet Infinite Loop on db failure

2006-03-22 Thread JWM
Here is a small segment from my mailet log. This is the first occurance of the error. There are hundreds of others below these lines. This is in the middle of my loop sending the mail to the addresses in the list. Looking closer at this, I notice that James has lost contact with mySQL. However

Re: ssl with James 2.3.0a1?

2006-03-22 Thread Mikkel Troest
It works beautifully! Thanks! :O) Mikkel Troest Stefano Bagnara wrote: Mikkel Troest wrote: Hi all, I'm currently running James 2.2.0 with pop3-tls and smtp-tls. Everything works great and I'm very happy with it. I've tried to install the James 2.3.0a1 snapshot. Everything ok until I try

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-22 Thread Gaurav Handa
Hi Stefano, Deliver(mail, session) method returned true. This is a System.out.println statement I had added to RemoteDelivery class run() method. This statement is to display a message when the mail has been delivered to remote mail server. The code I had added to James is related to