The issue as it turns out is that users are doing a cut & paste from MS Word into an HTML form. The offending line is ' 37 CFR � 1.56'. The input is captured and a string is constructed w/ the default platform encoding and then a mail object is created. The � character throws off MSExchange Server.
----- Original Message ----- From: "Hontvari Jozsef" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 7:20 AM Subject: Re: James + MS Exchnage > As I remember there was a similar thread a few weeks ago. If it doesn't help > please provide more specific information. E.g. message headers > sent/received, client etc. > ----- Original Message ----- > From: "Shal Jain" <[EMAIL PROTECTED]> > To: "James Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, July 09, 2003 4:19 PM > Subject: James + MS Exchnage > > > > > > This is tangential to James but I'm hoping some one knows what's going on > > > > JAMES 2.1.2 > > OS - Win 2K Server > > > > James is deployed as part of a web app. Some emails sent using JAMES, to > > certain email recipients (all of whom have MS Exchange deployed as the > email > > server), > > when received appear as following: > > > > This message uses a character set that is not supported by the Internet > > Service. To view the original message content, open the attached > message. > > If the text doesn't display correctly, save the attachment to disk, and > then > > open it using a viewer that can display the original character set. > > <<message.txt>> > > > > I have started to look at the body of the email to find out if there are > any > > issues but I haven't made any progress yet. > > I suspect that there might be some control or unprintable chars during the > > original composition (user did a cut and paste out of Word or some other > > app) > > into the web form. If so, I can script out such chars. > > > > Is there another way to solve this. Do I need to set some header using > > javamail api while building up the mail object > > > > I'd appreciate any pointers > > > > -shal > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
