Kbase P137844: Smtpmail.p cuts the message body when containing very long lines.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/26/2008 |
|
Status: Unverified
SYMPTOM(s):
Smtpmail.p cuts the message body when longer than 991 characters.
When the massage body contains very long line, the mail server splits it and adds an exclamation mark and a carriage return at the end of each line.
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
UNIX
Windows
CAUSE:
According to RFC 2822 rules there are two limits that this standard places on the number of characters in a line.
Each line of characters MUST be no more than 998 characters, and SHOULD be no more than 78 characters, excluding the CRLF.
FIX:
Contact FreeframeWork or code a workaround to split the line in smaller chunks.