Debug pretrigger capture facility
[exim.git] / test / scripts / 0000-Basic / 0628
diff --git a/test/scripts/0000-Basic/0628 b/test/scripts/0000-Basic/0628
new file mode 100644 (file)
index 0000000..d227b5a
--- /dev/null
@@ -0,0 +1,37 @@
+# debug logging ACL modifier
+munge debuglog_stdout
+#
+exim -DSERVER=server -bd -oX PORT_D
+****
+#
+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
+
+body
+.
+??? 250
+QUIT
+??? 221
+****
+#
+killdaemon
+#
+1
+cat DIR/spool/log/serverdebuglog_1
+#
+cp DIR/spool/log/serverdebuglog_2 /dev/stderr
+#
+no_msglog_check