string.c: do not interpret '\\' before '\0' (CVE-2019-15846)
[exim.git] / test / scripts / 0000-Basic / 0574
index 53f7a5da18be1b3d15a5d58d38232fa04dba8be7..6784bde56d19fd99e343793f62bd723d1bbfafab 100644 (file)
@@ -1,36 +1,37 @@
-# named queues
-# Exim test configuration 0574
+# debug logging ACL modifier
+munge debuglog_stdout
 #
 exim -DSERVER=server -bd -oX PORT_D
 ****
 #
-exim  -bs
-MAIL FROM:<CALLER@myhost.test.ex>
-RCPT TO: <normal@test.ex>
+client 127.0.0.1 PORT_D
+??? 220
+EHLO test.ex
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250 
+MAIL FROM:<tester@test.ex>
+??? 250
+RCPT TO:<dest@test.ex>
+??? 250
 DATA
+??? 354
 Subject: test
 
-foo
-.
-RSET
-MAIL FROM:<CALLER@myhost.test.ex>
-RCPT TO: <alternate@test.ex>
-DATA
-Subject: test
-
-foo
+body
 .
+??? 250
 QUIT
+??? 221
 ****
 #
-exim -qq
-****
+killdaemon
 #
-exim -qGnosuchqueue
-****
+1
+cat DIR/spool/log/serverdebuglog_1
 #
-exim -qGalternate
-****
+cat DIR/spool/log/serverdebuglog_2
 #
-killdaemon
 no_msglog_check