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:
@@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 806@foo --mail-from 806@from -u test:1
|
||||
EHLO user
|
||||
AUTH LOGIN dGVzdA==
|
||||
MTIzNA==
|
||||
MAIL FROM:806@from
|
||||
MAIL FROM:<806@from>
|
||||
RCPT TO:<806@foo>
|
||||
DATA
|
||||
QUIT
|
||||
|
||||
Reference in New Issue
Block a user