summaryrefslogtreecommitdiff
path: root/test/scripts/5700-tpt-post-dlv-action
diff options
context:
space:
mode:
authorJeremy Harris <jgh@exim.org>2013-09-30 10:12:12 -0700
committerTodd Lyons <tlyons@exim.org>2013-09-30 10:14:27 -0700
commitd68218c76f4dc65a3e308fa75d071526ad0e0f49 (patch)
tree5f927c5d062e14b526ad203ceaa0b540b3d16bd0 /test/scripts/5700-tpt-post-dlv-action
parent4d8d62b965c7379e85aeb6e43534c89d06099ad2 (diff)
Bug 1031: Experimental TPDA
Remove whitespace
Diffstat (limited to 'test/scripts/5700-tpt-post-dlv-action')
-rw-r--r--test/scripts/5700-tpt-post-dlv-action/570064
-rw-r--r--test/scripts/5700-tpt-post-dlv-action/REQUIRES1
2 files changed, 65 insertions, 0 deletions
diff --git a/test/scripts/5700-tpt-post-dlv-action/5700 b/test/scripts/5700-tpt-post-dlv-action/5700
new file mode 100644
index 000000000..b85231b6e
--- /dev/null
+++ b/test/scripts/5700-tpt-post-dlv-action/5700
@@ -0,0 +1,64 @@
+# Arbtirary expansion after transport
+# (EXPERIMENTAL_TPDA)
+#
+need_ipv4
+#
+exim -odq userx@domain1
+A deliverable message
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL
+250 OK
+RCPT
+250 OK
+DATA
+354 More...
+.
+250 OK
+QUIT
+220 OK
+****
+exim -qqf
+****
+#
+#
+#
+#
+exim -odq userx@domain2
+A deliverable message which will hit a coding error in the config
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL
+250 OK
+RCPT
+250 OK
+DATA
+354 More...
+.
+250 OK
+QUIT
+220 OK
+****
+exim -qqf
+****
+#
+#
+#
+server PORT_S
+220 ESMTP
+EHLO
+*sleep 4
+****
+exim -odi userx@domain1
+A message which will hit a timeout at the destination server
+.
+****
+#
diff --git a/test/scripts/5700-tpt-post-dlv-action/REQUIRES b/test/scripts/5700-tpt-post-dlv-action/REQUIRES
new file mode 100644
index 000000000..444465835
--- /dev/null
+++ b/test/scripts/5700-tpt-post-dlv-action/REQUIRES
@@ -0,0 +1 @@
+support Experimental_TPDA