diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-05-04 09:52:09 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-05-04 10:00:33 +0100 |
commit | 99b40451836dfea2d5dce2ada4fab15b2ab5bfb2 (patch) | |
tree | 1ee978ec9e40ba8cc9bf1c38ecc5ed3099505319 /tests/data/test906 | |
parent | 087f9bb20ae8517a8aa8fa847fe7b25ab0603ad7 (diff) | |
download | curl-99b40451836dfea2d5dce2ada4fab15b2ab5bfb2.tar.gz |
smtp: Fixed sending of double CRLF caused by first in EOB
If the mail sent during the transfer contains a terminating <CRLF> then
we should not send the first <CRLF> of the EOB as specified in RFC-5321.
Additionally don't send the <CRLF> if there is "no mail data" as the
DATA command already includes it.
Diffstat (limited to 'tests/data/test906')
-rw-r--r-- | tests/data/test906 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test906 b/tests/data/test906 index 80c1e7ee6..1f88990fd 100644 --- a/tests/data/test906 +++ b/tests/data/test906 @@ -45,7 +45,6 @@ From: different To: another
body
-
.
</upload> </verify> |