diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-20 22:29:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-20 22:29:59 +0000 |
commit | a4a60afabbd65e674222a6df6ccd09c1b358ab77 (patch) | |
tree | 82dffbc3278c15912092c662c735972bef8d5dc2 /tests/data/test803 | |
parent | a434cb43e807753730d815096464c9c7cb3f1596 (diff) |
- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now
get angle bracket wrapping automatically by libcurl unless the recipient
starts with an angle bracket as then the app is assumed to deal with that
properly on its own.
Diffstat (limited to 'tests/data/test803')
-rw-r--r-- | tests/data/test803 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test803 b/tests/data/test803 index f445e69cb..24ff0d001 100644 --- a/tests/data/test803 +++ b/tests/data/test803 @@ -42,7 +42,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T - <protocol> EHLO user
MAIL FROM:803@from
-RCPT TO:803@foo
+RCPT TO:<803@foo>
DATA
QUIT
</protocol> |