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
/
0206
diff --git
a/test/scripts/0000-Basic/0206
b/test/scripts/0000-Basic/0206
index baf8571efd0720830b112f4cb1dd471a6255c3d1..2739f29e1888954fd1864f07e53db4601af4da68 100644
(file)
--- a/
test/scripts/0000-Basic/0206
+++ b/
test/scripts/0000-Basic/0206
@@
-1,12
+1,16
@@
# timeout_frozen_after with ignore_bounce_errors_after
sudo exim -odi -f unknown@test.ex nonexist@test.ex freeze@test.ex
****
# timeout_frozen_after with ignore_bounce_errors_after
sudo exim -odi -f unknown@test.ex nonexist@test.ex freeze@test.ex
****
-sleep 2
+# that gave us a frozen bounce, and a deferred message (with one undelivered addr)
sudo exim -Mf $msg1
****
sudo exim -Mf $msg1
****
-exim -qf
+# now 2 frozen, one of which is a bounce
+# check that ignore_bounce_errors_after finishes off the frozen bounce (only)
+#sleep 5
+exim -Tqt 5s/5s/ -qf
****
****
-sleep 2
-exim -q
+#sleep 6
+# check that timeout_frozen_after finishes off the (remaining) frozen
+exim -Tqt 11s/11s -q
****
no_msglog_check
****
no_msglog_check