Re: Catching a bounce

2003-08-17 Thread tobe
Craig Raw wrote: 1) Change the RemoteDelivery mailet to call methods in my own code, probably packaged in a library jar (or another mailet?). The implementation would probably be another method in RemoteDelivery called just before bounce(...). This brings the trouble of 'rehacking' James on every

RE: Catching a bounce

2003-08-17 Thread Noel J. Bergman
Craig, Your best bet would probably be to help produce a patch for James. For example, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18309 If the bounce code generated an RFC 1894 compliant notice, the information would be more readily available elsewhere, e.g., you could log all or

Catching a bounce

2003-08-17 Thread Craig Raw
Hi, I have a need to save the SMTP error codes and text for bounced messages that James tried to deliver. This is in order to later produce a report detailing which messages failed and why for a particular mailing to a set of recipients. Saving the error code would entail getting the Message-ID, l

Re: ClassCastException Error

2003-08-17 Thread Hutson Carspecken
Noel, Yes, this is reproducible. I actually discovered the cause. I am resending the MIME message using a technique very similar to what you wrote in the AbstractRedirect mailet. I can not use the AbstractRedirect mailet, because my design goals require that I take the message content (and atta

RE: ClassCastException Error

2003-08-17 Thread Noel J. Bergman
Possibly caused by a classloader issue. What version of James? Is this reproducible for all messages created by your mailet? --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

ClassCastException Error

2003-08-17 Thread Hutson Carspecken
Good Morning, I was wondering if anyone has seen this error before and successfully debugged it. I received a ClassCastException error two days ago after dropping and recreating a database table that is used by my JAMES mailet. I know what this error means, but I have looked at nearly all pos