Noel J. Bergman wrote:

What version of James? The spam is staying in the spool or in
var/mail/spam? If legit e-mail isn't being delivered, sounds like either a
configuration error or a bug. I get lots of spam trapped, but it goes to
var/mail/spam, and regular mail goes through. I'm using a current build.

--- Noel


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



I was using 2.0a2, actually the legit e-mail was getting through eventually, but a lot of rubbish was staying in /var/spool, the number of files just kept increasing all the time.

Upgraded to 2.0a3 and it now works better but I had to increase to 200 processor threads and increase priority to handle a very low load (about one mail a minute coming in)

Now I have seen the following exceptions:

exception! javax.mail.internet.AddressException: Illegal whitespace in address in string ``Undisclosed Recipients''
Exception in processor <error>
javax.mail.internet.AddressException: Illegal whitespace in address in string ``Undisclosed Recipients''
at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:837)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:748)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:501)
at org.apache.james.core.MimeMessageWrapper.getAddressHeader(MimeMessageWrapper.java:111)
at org.apache.james.core.MimeMessageWrapper.getRecipients(MimeMessageWrapper.java:276)
at org.apache.james.transport.mailets.NotifyPostmaster.service(NotifyPostmaster.java:121)
at org.apache.james.transport.LinearProcessor.service(LinearProcessor.java:183)
at org.apache.james.transport.JamesSpoolManager.process(JamesSpoolManager.java:241) at org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:208)
at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:86)


and also this one:
Phoenix 4.0a4

Application file:/www/james/apps/james.sar uses a deprecated packaging format.
James 2.0a3-cvs
Started POP3 Server plain:110
Started SMTP Server plain:25
java.lang.NullPointerException
at org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:207)
at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:86)
javax.mail.MessagingException: Error in input stream;
nested exception is:
java.net.SocketException: Socket closed
at javax.mail.internet.InternetHeaders.load(InternetHeaders.java:122)
at javax.mail.internet.InternetHeaders.<init>(InternetHeaders.java:93)
at org.apache.james.core.MailHeaders.<init>(MailHeaders.java:29)
at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:545)
at org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:248)
at org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:163)
at org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run(Connection.java:167)
at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:86)
javax.mail.MessagingException: Error in input stream;
nested exception is:
java.net.SocketException: Socket closed
at javax.mail.internet.InternetHeaders.load(InternetHeaders.java:122)
at javax.mail.internet.InternetHeaders.<init>(InternetHeaders.java:93)
at org.apache.james.core.MailHeaders.<init>(MailHeaders.java:29)
at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:545)
at org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:248)
at org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:163)
at org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run(Connection.java:167)
at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:86)


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



Reply via email to