Re: Unable to send message out using James 3 Beta 4

2013-02-27 Thread Saibabu Vallurupalli
Eric, Thank you for the response. We will verify this with our IT guys. With best regards, Sai On Wed, Feb 27, 2013 at 1:36 AM, Eric Charles wrote: > Hi Sai, > Sorry for this late response, busy times... > > James uses dns-java which its turns relies and the Java platform, which > its turn rel

[jira] [Created] (JAMES-1482) Ability to Remove Server Version from Welcome Message

2013-02-27 Thread Brian Hoffman (JIRA)
Brian Hoffman created JAMES-1482: Summary: Ability to Remove Server Version from Welcome Message Key: JAMES-1482 URL: https://issues.apache.org/jira/browse/JAMES-1482 Project: James Server Is

[jira] [Created] (JAMES-1481) Ability to Remove Server Version from Welcome Message

2013-02-27 Thread Brian Hoffman (JIRA)
Brian Hoffman created JAMES-1481: Summary: Ability to Remove Server Version from Welcome Message Key: JAMES-1481 URL: https://issues.apache.org/jira/browse/JAMES-1481 Project: James Server Is

parsing Original-Message-ID from MDN body message part

2013-02-27 Thread Rajender Vallapureddy
Hi Eric, Is there an api or possibility to read the Original-Message-ID which is returned as part return recipient(MDN) message body part. Original-Recipient: Final-Recipient: rfc822; rich...@example.com Original-Message-ID: Disposition: manual-action/MDN-sent-manually; displayed Would appreci

Re: parsing Original-Message-ID from MDN body message part

2013-02-27 Thread Eric Charles
Hi Rajender, Where do you need to read that header? If it is in a mailet, you can get it via mail.getMessage().getHeader("Original-Message-ID"); If you need access to header somewhere else (protocols, mailbox...), just tell us. Thx, Eric On 27/02/2013 18:47, Rajender Vallapureddy wrote: