X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/19fdbfb4a2b6ca4a6a96ef52be848f0a23e2414f..b9ecb570888756a645781505fbcd1b70c93216a5:/test/scripts/0000-Basic/0628 diff --git a/test/scripts/0000-Basic/0628 b/test/scripts/0000-Basic/0628 index d227b5acc..1c76f0735 100644 --- a/test/scripts/0000-Basic/0628 +++ b/test/scripts/0000-Basic/0628 @@ -1,6 +1,7 @@ # debug logging ACL modifier munge debuglog_stdout # +# Immediate delivery variant exim -DSERVER=server -bd -oX PORT_D **** # @@ -11,6 +12,7 @@ EHLO test.ex ??? 250- ??? 250- ??? 250- +??? 250- ??? 250 MAIL FROM: ??? 250 @@ -29,9 +31,44 @@ QUIT # killdaemon # +# +# This time going via a queue-run +exim -DSERVER=server -DCONTROL=queue_only -bd -oX PORT_D +**** +client 127.0.0.1 PORT_D +??? 220 +EHLO test.ex +??? 250- +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +MAIL FROM: +??? 250 +RCPT TO: +??? 250 +DATA +??? 354 +Subject: test. + +body +. +??? 250 +QUIT +??? 221 +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +killdaemon +# +# +# This file should have been written, then removed by the debug/kill in rcpt acl 1 cat DIR/spool/log/serverdebuglog_1 # -cp DIR/spool/log/serverdebuglog_2 /dev/stderr +# copy this file to stderr +cat2 DIR/spool/log/serverdebuglog_2 # no_msglog_check