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