tests: Fixed smtp rcpt to addresses
authorSteve Holme <steve_holme@hotmail.com>
Sun, 22 Sep 2013 14:14:26 +0000 (15:14 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 22 Sep 2013 14:14:26 +0000 (15:14 +0100)
17 files changed:
tests/data/test1320
tests/data/test1406
tests/data/test900
tests/data/test901
tests/data/test902
tests/data/test903
tests/data/test904
tests/data/test905
tests/data/test906
tests/data/test907
tests/data/test908
tests/data/test909
tests/data/test910
tests/data/test911
tests/data/test912
tests/data/test913
tests/data/test914

index 1caa062b9e43aa33230c7040d692face6948777a..7fbefc9d005d60e1de95131426cbbb5740b74f03 100644 (file)
@@ -35,7 +35,7 @@ To: another
 body\r
 </stdin>
  <command>
-smtp://smtp.1320:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.example --mail-from 1320@example.com -T - -p -x %HOSTIP:%PROXYPORT
+smtp://smtp.1320:%SMTPPORT/user --mail-rcpt 1320@example.com --mail-from 1320@example.com -T - -p -x %HOSTIP:%PROXYPORT
 </command>
 </client>
 
@@ -48,8 +48,7 @@ smtp://smtp.1320:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.exa
 <protocol>
 EHLO user\r
 MAIL FROM:<1320@example.com>\r
-RCPT TO:<1320@foo>\r
-RCPT TO:<1320@foobar.example>\r
+RCPT TO:<1320@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index ac98246702766e2ffbf17742338fd0c4f21a3f54..b330691fa237375010e361e4f69d8627fbcb5050 100644 (file)
@@ -32,7 +32,7 @@ To: another
 body\r
 </file>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@foo --mail-rcpt 1406@foobar.example --mail-from 1406@example.com -T log/test1406.eml --libcurl log/test1406.c
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@example.com --mail-rcpt 1406@foobar.example.com --mail-from 1406@example.com -T log/test1406.eml --libcurl log/test1406.c
 </command>
 </client>
 
@@ -42,8 +42,8 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@foo --mail-rcpt 1406@foobar.examp
 <protocol>
 EHLO user\r
 MAIL FROM:<1406@example.com> SIZE=38\r
-RCPT TO:<1406@foo>\r
-RCPT TO:<1406@foobar.example>\r
+RCPT TO:<1406@example.com>\r
+RCPT TO:<1406@foobar.example.com>\r
 DATA\r
 QUIT\r
 </protocol>
@@ -68,8 +68,8 @@ int main(int argc, char *argv[])
   struct curl_slist *slist1;
 
   slist1 = NULL;
-  slist1 = curl_slist_append(slist1, "1406@foo");
-  slist1 = curl_slist_append(slist1, "1406@foobar.example");
+  slist1 = curl_slist_append(slist1, "1406@example.com");
+  slist1 = curl_slist_append(slist1, "1406@foobar.example.com");
 
   hnd = curl_easy_init();
   curl_easy_setopt(hnd, CURLOPT_INFILESIZE_LARGE, (curl_off_t)38);
index 5fcf598c2ceb75bc38c9b0009a00d50137ba1f38..5c30ec6206bfbc7ae912a60bb66e63215c745275 100644 (file)
@@ -26,7 +26,7 @@ To: another
 body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-from 900@example.com -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@example.com --mail-from 900@example.com -T -
 </command>
 </client>
 
@@ -36,7 +36,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-from 900@example.com -T
 <protocol>
 EHLO user\r
 MAIL FROM:<900@example.com>\r
-RCPT TO:<900@foo>\r
+RCPT TO:<900@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 8c512eb4ab9ade2dcb84513d1f79cdbf68beed93..7d660868ff24c45fc1501f533d247e2a23b48302 100644 (file)
@@ -32,7 +32,7 @@ To: another
 body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 901@foo --mail-from 901@example.com -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 901@example.com --mail-from 901@example.com -T -
 </command>
 </client>
 
@@ -42,7 +42,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 901@foo --mail-from 901@example.com -T
 <protocol>
 EHLO user\r
 MAIL FROM:<901@example.com>\r
-RCPT TO:<901@foo>\r
+RCPT TO:<901@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 89b10b5b0e3d5655b6bad1d9df4630a4e73bf54e..e1855013923caa01e1e9b0006931f23e53bc005a 100644 (file)
@@ -31,7 +31,7 @@ To: another
 body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@foo --mail-from 902@example.com -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@example.com --mail-from 902@example.com -T -
 </command>
 </client>
 
@@ -42,7 +42,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@foo --mail-from 902@example.com -T
 EHLO user\r
 HELO user\r
 MAIL FROM:<902@example.com>\r
-RCPT TO:<902@foo>\r
+RCPT TO:<902@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index b87b499f97125e60d5e2dbc92369f955a34e920f..56ab36ebb4d1152f26ff210520cf5556b020f386 100644 (file)
@@ -31,7 +31,7 @@ SMTP plain authentication
 mail body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 903@foo --mail-from 903@example.com -u test:1234 -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 903@example.com --mail-from 903@example.com -u test:1234 -T -
 </command>
 </client>
 
@@ -43,7 +43,7 @@ EHLO user
 AUTH PLAIN\r
 dGVzdAB0ZXN0ADEyMzQ=\r
 MAIL FROM:<903@example.com>\r
-RCPT TO:<903@foo>\r
+RCPT TO:<903@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 66fc7addd672b7614e9db11a02d665c683b4cb2a..a1d47ba5e82378d9584491b42f04c30e42aac27e 100644 (file)
@@ -31,7 +31,7 @@ SMTP login authentication
 mail body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 904@foo --mail-from 904@example.com -u test:1234 -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 904@example.com --mail-from 904@example.com -u test:1234 -T -
 </command>
 </client>
 
@@ -44,7 +44,7 @@ AUTH LOGIN
 dGVzdA==\r
 MTIzNA==\r
 MAIL FROM:<904@example.com>\r
-RCPT TO:<904@foo>\r
+RCPT TO:<904@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 510e1c0ad34d343448e4ed9d08cd432e5415ebe7..e6c4864eab18d78e7fe43abcf36f53481c15e4bc 100644 (file)
@@ -34,7 +34,7 @@ SMTP CRAM-MD5 authentication
 mail body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 905@foo --mail-from 905@example.com -u tim:tanstaaftanstaaf -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 905@example.com --mail-from 905@example.com -u tim:tanstaaftanstaaf -T -
 </command>
 </client>
 
@@ -46,7 +46,7 @@ EHLO user
 AUTH CRAM-MD5\r
 dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw\r
 MAIL FROM:<905@example.com>\r
-RCPT TO:<905@foo>\r
+RCPT TO:<905@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 1f88990fd024fa7526fee8b04c7b344b3678f2c1..a12b2ebc7abce887b54400ad01d989d9b3fe57e1 100644 (file)
@@ -26,7 +26,7 @@ To: another
 body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@foo -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@example.com -T -
 </command>
 </client>
 
@@ -36,7 +36,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@foo -T -
 <protocol>
 EHLO user\r
 MAIL FROM:<>\r
-RCPT TO:<906@foo>\r
+RCPT TO:<906@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 6a7f5820fa1704e7fe6b3d1cfeb4114d8b29380a..0265f2605aae02bda6ba9f22c7d79df26c0ce1fe 100644 (file)
@@ -30,7 +30,7 @@ SMTP plain authentication with initial response
 mail body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@example.com -u test:1234 --sasl-ir -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@example.com --mail-from 907@example.com -u test:1234 --sasl-ir -T -
 </command>
 </client>
 
@@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@example.com -u
 EHLO user\r
 AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ=\r
 MAIL FROM:<907@example.com>\r
-RCPT TO:<907@foo>\r
+RCPT TO:<907@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 0045d8bc07365a8e15cab461b294b13a08956d11..f77a61a78609fa8b043dc22d837dbd40ff109d32 100644 (file)
@@ -30,7 +30,7 @@ SMTP login authentication with initial response
 mail body\r
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@foo --mail-from 908@example.com -u test:1234 --sasl-ir -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@example.com --mail-from 908@example.com -u test:1234 --sasl-ir -T -
 </command>
 </client>
 
@@ -42,7 +42,7 @@ EHLO user
 AUTH LOGIN dGVzdA==\r
 MTIzNA==\r
 MAIL FROM:<908@example.com>\r
-RCPT TO:<908@foo>\r
+RCPT TO:<908@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index a8fa3392d423d1610bf7ca3bac56d87ac3ed2a1c..b92a872dd08646305e8ce881e2ac0a4500dc090a 100644 (file)
@@ -30,7 +30,7 @@ To: another
 body\r
 </file>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@foo --mail-from 909@example.com -T log/test909.eml
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@example.com --mail-from 909@example.com -T log/test909.eml
 </command>
 </client>
 
@@ -40,7 +40,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@foo --mail-from 909@example.com -T
 <protocol>
 EHLO user\r
 MAIL FROM:<909@example.com>\r
-RCPT TO:<909@foo>\r
+RCPT TO:<909@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 05e99c52a1c10dfd749f51b725ff35b55350e4eb..ecf7557e518fc1c1f642c7cf36fd28a2219059d0 100644 (file)
@@ -26,7 +26,7 @@ To: another
 body
 </stdin>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 910@foo --mail-from 910@example.com -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 910@example.com --mail-from 910@example.com -T -
 </command>
 </client>
 
@@ -36,7 +36,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 910@foo --mail-from 910@example.com -T
 <protocol>
 EHLO user\r
 MAIL FROM:<910@example.com>\r
-RCPT TO:<910@foo>\r
+RCPT TO:<910@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 4e0f1b9723141c6dae37c58862b2fa87612682ce..18a8fc62a81ed1223a6e1b0f670ab4fb9fbc6721 100644 (file)
@@ -25,7 +25,7 @@ SMTP with no mail data
 </stdin>
 
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-from 911@example.com -T -
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@example.com --mail-from 911@example.com -T -
 </command>
 </client>
 
@@ -35,7 +35,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-from 911@example.com -T
 <protocol>
 EHLO user\r
 MAIL FROM:<911@example.com>\r
-RCPT TO:<911@foo>\r
+RCPT TO:<911@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 7c9d7bbe71e14e79e48026897b4a4d79f20f2140..5e3718400e4769eaf2a3c62e93c7f19d15b1dfea 100644 (file)
@@ -30,7 +30,7 @@ To: another
 body\r
 </file>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 912@foo --mail-from 912@example.com -T log/test912.eml
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 912@example.com --mail-from 912@example.com -T log/test912.eml
 </command>
 </client>
 
@@ -40,7 +40,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 912@foo --mail-from 912@example.com -T
 <protocol>
 EHLO user\r
 MAIL FROM:<912@example.com> SIZE=38\r
-RCPT TO:<912@foo>\r
+RCPT TO:<912@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index fb5d708a85ce87157c50ee5bdc88e9c1643141e8..ceabe1182b1fcb1fe06b89fb6ac11275769c95ff 100644 (file)
@@ -30,7 +30,7 @@ To: another
 body\r
 </file>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 913@foo --mail-from 913@example.com -T log/test913.eml
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 913@example.com --mail-from 913@example.com -T log/test913.eml
 </command>
 </client>
 
index d7ba00c5784ab631f8d062a4d83372a39a2d797e..c2599f64a6137cc6f5f25cdf2bb24cac9f85f949 100644 (file)
@@ -26,7 +26,7 @@ To: another
 body\r
 </file>
  <command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 914@foo --mail-from invalid -T log/test914.eml
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 914@example.com --mail-from invalid -T log/test914.eml
 </command>
 </client>