You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bu...@apache.org on 2003/03/11 09:25:32 UTC

DO NOT REPLY [Bug 14396] - ExtraDotOutputStream doesn't properly implement dot stuffing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14396

ExtraDotOutputStream doesn't properly implement dot stuffing





------- Additional Comments From noel@devtech.com  2003-03-11 08:25 -------
"Fixed" in v2 branch and HEAD based upon RFC 2821, section 2.3.7.  The RFC 
states that CR and LF MUST NOT ever be sent except as CRLF, and conforming 
implementations MUST NOT interpret anything other than CRLF as a line 
terminator.

The revision converts CRCR or LFLF to CRLFCRLF, so that the result confirms 
with the RFC.  This may be stretching the correct interpretation of the RFC, 
but it fixes some reported problems with improperly terminated lines.

Opinions sought.

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org