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:
@@ -35,7 +35,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example
|
||||
<verify>
|
||||
<protocol>
|
||||
EHLO user
|
||||
MAIL FROM:802@from
|
||||
MAIL FROM:<802@from>
|
||||
RCPT TO:<802@foo>
|
||||
RCPT TO:<802@foobar.example>
|
||||
DATA
|
||||
|
||||
Reference in New Issue
Block a user