Liz Tuddenham <
[email protected]d> wrote:
Claris Emailer 1.1v2 refused to send a message and gave the following
error:
~~~~~~~
Sending mail
Sending 1 of 1
Sending Message "Re: Pre-amp / switch box"
** 552 Message contains bare LF and is violating 822.bis section
2.3
~~~~~~~~~
I noticed that there was a non-printing character in part of the
previous message that I had quoted, so I removed it and the message was
then sent correctly. This has happened before when replying to Hotmail messages, but this time it was to an Outlook user.
How can the original text get through to me in the first place if it
contains 'violating' characters and what is 'bare LF" ?
LF = linefeed, ASCII char 10
CR = carriage return, ASCII char 13
822 = probably RFC822, an old specification for email transmission
822.bis = not sure, maybe RFC2822, a newer specification?
section 2.3 = doesn't exist in RFC822, but does in RFC2822:
"2.3. Body
The body of a message is simply lines of US-ASCII characters. The
only two limitations on the body are as follows:
- CR and LF MUST only occur together as CRLF; they MUST NOT appear
independently in the body.
- Lines of characters in the body MUST be limited to 998 characters,
and SHOULD be limited to 78 characters, excluding the CRLF.
Note: As was stated earlier, there are other standards documents,
specifically the MIME documents [RFC2045, RFC2046, RFC2048, RFC2049]
that extend this standard to allow for different sorts of message
bodies. Again, these mechanisms are beyond the scope of this
document.
"
Mail clients should store messages however they want and then transform to
CR LF when sending. Windows stores line endings with CR followed by LF, Unix/OSX just uses LF on its own. It seems like classic Macs use CR alone.
Maybe Claris doesn't do this and assumes the file stored on disc will use CR
LF line endings, or will only translate CR line endings and not ones with LF?
Theo
refs:
https://www.rfc-editor.org/rfc/rfc822.txt https://www.rfc-editor.org/rfc/rfc2822.txt
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)