diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-12-22 14:53:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-22 14:53:13 +0100 |
commit | e6d99f4ba70955ef25ccb8b44f18ba0e16a7a63e (patch) | |
tree | ab46d9269e7ac61f2c59cd09fdc84075bd96b2de /tests/data/test807 | |
parent | 16c4314a21c5918ddb90e537217e0a2406f2f410 (diff) | |
download | curl-e6d99f4ba70955ef25ccb8b44f18ba0e16a7a63e.tar.gz |
SMTP tests: updated MAIL FROM use
They were all wrong previously since none used the <brackets> they
should for MAIL FROM. Now libcurl adds them itself if the app doesn't so
they end up wrong less easy.
Diffstat (limited to 'tests/data/test807')
-rw-r--r-- | tests/data/test807 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test807 b/tests/data/test807 index 6daa1d02b..d171ffabc 100644 --- a/tests/data/test807 +++ b/tests/data/test807 @@ -45,7 +45,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 807@foo --mail-from 807@from -u tim:ta EHLO user
AUTH CRAM-MD5
dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
-MAIL FROM:807@from
+MAIL FROM:<807@from>
RCPT TO:<807@foo>
DATA
QUIT
|