Reject "dot, LF" as ending data phase (pt. 2). Bug 3063
[exim.git] / doc / doc-docbook / spec.xfpt
index 7ac7f5bdaa1ec5da9b766e3585814b927628f8d0..ae3cc17489d67a00a4d8f0a0d2392fb80d3fbb4d 100644 (file)
@@ -36461,8 +36461,6 @@ other MTAs, the way Exim handles line endings for all messages is now as
 follows:
 
 .ilist
-LF not preceded by CR is treated as a line ending.
-.next
 CR is treated as a line ending; if it is immediately followed by LF, the LF
 is ignored.
 .next
@@ -36477,7 +36475,10 @@ people trying to play silly games.
 .next
 If the first header line received in a message ends with CRLF, a subsequent
 bare LF in a header line is treated in the same way as a bare CR in a header
-line.
+line and a bare LF in a body line is replaced with a space.
+.next
+If the first header line received in a message does not end with CRLF, a subsequent
+LF not preceded by CR is treated as a line ending.
 .endlist