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.
This commit is contained in:
Daniel Stenberg 2010-12-22 14:53:13 +01:00
parent 16c4314a21
commit e6d99f4ba7
6 changed files with 7 additions and 7 deletions

View file

@ -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