What if someone sent a html form long message without CR & LF?

Someone sent a html form message, but there was a long line had no CR and LF.

The message, therefore, was truncated and looked very weird.

Does anyone knows the method I can see a html form message which has no CR and LF in iMS5.1(channel keyword or configutation setting would be good) ?

[322 byte] By [707203] at [2007-11-25 8:04:21]
# 1

verify that the message really is truncated. I've never heard of the MTA doing such a thing. To start with use vi and find the message in your location in the message store. Look at using vi or other such editor. I'm guessing that in fact your client is not displaying the message correctly. If your using iMS ME (Webmail) then it could be that it is not displaying it correctly. If you are using ME then please save the message and log a ticket with TS.

Regards,

Chad

707213 at 2007-7-1 13:51:56 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

I will explain some more details.

I've never heard that symptom neither before my clinet claim to me, But the message was truncated in real.

Most of mail administators are send correct form of e-mail.

Some administators, however, send weird form of html mesages because of their laziness.

In general, When we send a html message, we send a form above..

<html>

<body>

<table width=400 border=1>

<tr valign=middle align=center bgcolor=#aaaaaa>

<td><font size=2 color=yellow>з</font></td>

<td><font size=2 color=yellow><b> ??</b></font></td>

<td><font size=2 color=yellow><b> ??</b></font></td>

.....

.....

But, some e-mail are sent above without any CR and LF.

<html><body><table width=400 border=1><tr valign=middle align=center bgcolor=#aaaaaa><td><font size=2 color=yellow> </font></td><td><font size=2 color=yellow><b> ???</b></font></td><td>&l t;font size=2 color=yellow><b> ??</b></font></td>

....

..

...

The symptom as I mentioned before is happend the latter case.

If you want, I will send test perl script and test htmls.

One more thing, I don't use iMS ME. Our site use both outlook express and webmail we made.

707203 at 2007-7-1 13:51:56 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
hi, U may like to check with iplanet tech support.think its a bug fixed in hotfix 9.cheerz, marxz
708308 at 2007-7-1 13:51:56 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4
which version of hotfix 9 iMS5.1 or iMS5.2 ?Our site is iMS5.1. Is there hotfix 9 in iMS5.1? As I know iMS5.2 has , not iMS5.1.
707203 at 2007-7-1 13:51:56 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
Take a look at RFC2821 (the SMTP spec) under section 4.5.3.1 Size limits and minimums. The maximum length of a line is 1000 characters. That's if the html is being sent as "text". If they send it as a MIME attachment (type HTML), it should work.
708715 at 2007-7-1 13:51:56 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 6
try the channel keyword "smtpwrap"
704425 at 2007-7-1 13:51:56 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...