Testsuite: perl version oddity
[exim.git] / test / scripts / 0000-Basic / 0372
index 4e670167ec41c93ab55df78e895cc707d6253021..4c77759cd6f5ccc18c8602c4d00afbc8f5a5f11b 100644 (file)
@@ -1,5 +1,6 @@
-# Preservation of ACL variables                             
+# Preservation of ACL variables
 exim -v -odi -bs -oMa 1.2.3.4 -oMs host.name
+helo test
 mail from:<>
 rcpt to:<x@y>
 data
@@ -10,3 +11,30 @@ data
 .
 quit
 ****
+exim -DSTRICT=strict_acl_vars -odi -bs -oMa 4.3.2.1 -oMs host2.name
+helo test
+mail from:<>
+rcpt to:<a@b>
+data
+.
+quit
+****
+#
+exim -DSERVER=server -bd -odq -oX PORT_D
+****
+client 127.0.0.1 PORT_D
+??? 220
+HELO test
+??? 250
+MAIL FROM:<>
+??? 250
+RCPT TO:<x@y>
+??? 250
+DATA
+??? 354
+.
+??? 250
+QUIT
+****
+killdaemon
+no_msglog_check