From d68218c76f4dc65a3e308fa75d071526ad0e0f49 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 30 Sep 2013 10:12:12 -0700 Subject: Bug 1031: Experimental TPDA Remove whitespace --- test/scripts/5700-tpt-post-dlv-action/5700 | 64 ++++++++++++++++++++++++++ test/scripts/5700-tpt-post-dlv-action/REQUIRES | 1 + 2 files changed, 65 insertions(+) create mode 100644 test/scripts/5700-tpt-post-dlv-action/5700 create mode 100644 test/scripts/5700-tpt-post-dlv-action/REQUIRES (limited to 'test/scripts/5700-tpt-post-dlv-action') 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 -- cgit v1.2.3