Imported Upstream version 7.40.0
[platform/upstream/curl.git] / tests / data / test901
index ed24518..8148b29 100644 (file)
@@ -32,7 +32,7 @@ To: another
 body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 901@foo --mail-from '<901@from>' -T -
+smtp://%HOSTIP:%SMTPPORT/901 --mail-rcpt recipient@example.com --mail-from sender@example.com -T -
 </command>
 </client>
 
@@ -40,9 +40,9 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 901@foo --mail-from '<901@from>' -T -
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-EHLO user\r
-MAIL FROM:<901@from>\r
-RCPT TO:<901@foo>\r
+EHLO 901\r
+MAIL FROM:<sender@example.com>\r
+RCPT TO:<recipient@example.com>\r
 DATA\r
 QUIT\r
 </protocol>