RE: Problem with MIME type message/delivery-status

2003-10-02 Thread Noel J. Bergman
in JAVA_HOME/jre/lib there is (or there should be) the file mailcap; you have to edit it to add the mapping between message/delivery-status and a handler. It should look like: message/delivery-status;; x-java-content-handler=my.package.MyClass I believe that there is also a

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