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:
@@ -42,7 +42,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 804@foo --mail-from 804@from -T -
|
||||
<protocol>
|
||||
EHLO user
|
||||
HELO user
|
||||
MAIL FROM:804@from
|
||||
MAIL FROM:<804@from>
|
||||
RCPT TO:<804@foo>
|
||||
DATA
|
||||
QUIT
|
||||
|
||||
Reference in New Issue
Block a user