git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cutthrough: handle request when a callout-hold is active. Bug 2604
[users/heiko/exim.git]
/
test
/
scripts
/
0000-Basic
/
0574
diff --git
a/test/scripts/0000-Basic/0574
b/test/scripts/0000-Basic/0574
index 3c7a06c5a80caea76c02f03ebff79c6986e12013..6784bde56d19fd99e343793f62bd723d1bbfafab 100644
(file)
--- a/
test/scripts/0000-Basic/0574
+++ b/
test/scripts/0000-Basic/0574
@@
-1,52
+1,37
@@
-#
named queues
-# Exim test configuration 0574
+#
debug logging ACL modifier
+munge debuglog_stdout
#
#
-no_msglog_check
+exim -DSERVER=server -bd -oX PORT_D
+****
#
#
-exim -bs
-MAIL FROM:<CALLER@myhost.test.ex>
-RCPT TO: <normal@test.ex>
-DATA
-Subject: test
-
-foo
-.
-RSET
-MAIL FROM:<CALLER@myhost.test.ex>
-RCPT TO: <alternate@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
DATA
+??? 354
Subject: test
Subject: test
-foo
+body
.
.
+??? 250
QUIT
QUIT
+??? 221
****
#
****
#
-exim -qq
-****
-#
-exim -qGnosuchqueue
-****
-#
-exim -qGalternate
-****
-#
+killdaemon
#
#
+1
+cat DIR/spool/log/serverdebuglog_1
#
#
-exim -DSERVER=server -qGlowpri/3s
-****
-sleep 1
-exim -bs
-MAIL FROM:<CALLER@myhost.test.ex>
-RCPT TO: <lowpri@test.ex>
-DATA
-Subject: test
-
-foo
-.
-QUIT
-****
-#
-sleep 3
+cat DIR/spool/log/serverdebuglog_2
#
#
-killdaemon
+no_msglog_check