Go ahead if you like! A few things that I have found worth bearing in mind, which may or may not help you on your way, are:
>From what I gather bounce messages should have the From header set to 'empty' (i.e. >From <>), Im not sure what the status in MailAddress is for allowing this, but the >changes shouldn't be too big. Also, we need to see if CmdMAIL will allow for >receiving this, so that we can receive bounce messages from other places. Regarding >the sending failure we have local delivery which can fail and remote delivery which >can fail. My initial thoughts were to put the error handing for local delivery in >LocalDeliveryMessageDriven Bean and for remote delivery in >RemoteDeliveryMessageDrivenBean. IF(!!) you choose to go with that a lot of the local >stuff will not fail since there is no authentication of localmailboxes yet, and >SMTPSender.send() used to send the remote mails returns false if failed, it does not >include the cause of the error. Hope this helps a bit. Cheers, Kab <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827371#3827371">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827371>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
