RE: [PATCH] RemoteDelivery and new DSNBounce Mailet

2003-12-02 Thread Andreas Göggerle
;Imessage or none, default=message/Ilt;/attachmentgt; * lt;passThroughgt;Itrue or false, default=true/Ilt;/passThroughgt; * lt;debuggt;Itrue or false, default=false/Ilt;/debuggt; * lt;/mailetgt; * /CODE/PRE * * * @author Andreas Göggerle [EMAIL PROTECTED] * * @see

[PATCH] RemoteDelivery and new DSNBounce Mailet

2003-11-27 Thread Andreas Göggerle
Hi, finaly I got time to get things ready. This Patch to RemoteDelivery introduces a new parameter dsnProcessor. Here you can specify a processor, where DSN conform Bounces are created. If this parameter is missing, mails get bounced the old way. Here is a configuration example: processor

RE: private vs. protected access

2003-11-07 Thread Andreas Göggerle
Noel J. Bergman wrote: Søren Hilmer wrote: I agree that Andreas's DSN solution should make it into the next build. My only concern is that we get yet another processor with special meaning, besides root and error. I suggest that we make the processor name a parameter to RemoteDelivery.

RE: [PATCH] RemoteDelivery multiple delay times

2003-11-07 Thread Andreas Göggerle
Mark Daring wrote: you dont need to write your own DataHandler, just use what allready exists. You could use the default Handler of the message/rfc822-messages and extend the MimeMessage class. For example your mailcap-file (take a look at mail.jar/META-INF/mailcap) would then look

RE: [PATCH] RemoteDelivery multiple delay times

2003-10-30 Thread Andreas Göggerle
Hi, I wrote a DSNBounce Mailet (extending Vincenzos AbstractNotify) that produces Delivery Status Notifications using the format described in RFC 3462 - RFC 3464. This Mailet gets the failed Message with the Exception that occured attached as Attribute. Therefor I replaced the call of

Problem with MIME type message/delivery-status

2003-09-25 Thread Andreas Göggerle
Hi everyone, while writing a DSNBounce mailet that produces RFC3464 conform Delivery Status Notifications I encountered a problem with the MIME type message/delivery-status. When I try to send a multipart mail with a bodypart having this MIME type, I get the follwing runtime exception: