> have a really unique problem that I discovered.
> Apparently version 6.04 has a nasty habit of
> truncating html that is over 1024 characters.
> Apparently, you cannot have a line with more than 1024
> characters. Sounds to me lime this is a buffer
> overflow problem.
You'll want to talk to the folks that created SMTP. Check out RFC821, which states
that the maximum length of a line (in the DATA section, where you are sending your
HTML) is 1000 characters.
I think you are correct; it was designed to prevent buffer overflow problems that
would have occurred if unlimited line lengths were allowed.
-Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.
An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/