summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0358
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/0000-Basic/0358')
-rw-r--r--test/scripts/0000-Basic/035839
1 files changed, 39 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0358 b/test/scripts/0000-Basic/0358
new file mode 100644
index 000000000..7571c277f
--- /dev/null
+++ b/test/scripts/0000-Basic/0358
@@ -0,0 +1,39 @@
+# retrying address errors (not first address)
+need_ipv4
+#
+server PORT_S
+220 ESMTP
+EHLO
+250 HELP
+MAIL
+250 OK
+RCPT
+451 Temporary error
+RCPT
+451 Temporary error
+QUIT
+250 OK
+****
+exim -odi -d-all+retry userx usery
+Testing 1
+****
+dump retry
+sleep 4
+server PORT_S
+220 ESMTP
+EHLO
+250 HELP
+MAIL
+250 OK
+RCPT
+451 Temporary error
+RCPT
+451 Temporary error
+QUIT
+250 OK
+****
+exim -q -d-all+retry
+Testing 1
+****
+dump retry
+no_msglog_check