diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-28 16:12:40 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-28 16:14:58 +0100 |
commit | f317ffb7bbd18428ab3275ac47bf82f146f6c066 (patch) | |
tree | 09987fc7fc846f859f53aa809ba7017af48219b9 /tests/data/test907 | |
parent | 9ea51459520d5d8a397908b4a3fc6cc3b2d45974 (diff) | |
download | curl-f317ffb7bbd18428ab3275ac47bf82f146f6c066.tar.gz |
tests: Corrected the SMTP tests to be RFC2821 compliant
The emails that are sent to the server during these tests were
incorrectly formatted as they contained one or more LF terminated lines
rather than being CRLF terminated as per Section 2.3.7 of RFC-2821.
This wasn't a problem for the test suite as the <stdin> data matched the
<upload> data but anyone using these tests as reference would be sending
incorrect data to a server.
Diffstat (limited to 'tests/data/test907')
-rw-r--r-- | tests/data/test907 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test907 b/tests/data/test907 index f86bc8dca..45e453db0 100644 --- a/tests/data/test907 +++ b/tests/data/test907 @@ -27,7 +27,7 @@ smtp SMTP plain authentication with initial response </name> <stdin> -mail body +mail body
</stdin> <command> smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@from -u test:1234 --sasl-ir -T - @@ -46,7 +46,7 @@ DATA QUIT
</protocol> <upload> -mail body +mail body
.
</upload> |