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]

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.