summaryrefslogtreecommitdiff
path: root/test/scripts/4700-dsn-info/4700
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-07 12:48:06 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-08 16:15:46 +0000
commitd658adda50d19b00d2242c0f9162ab510ecda799 (patch)
tree7866b79dca256217dbd1f99ba54cdeca4c722bc4 /test/scripts/4700-dsn-info/4700
parent3b9575827ae9b7847929d99ded489772eac73443 (diff)
Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
Diffstat (limited to 'test/scripts/4700-dsn-info/4700')
-rw-r--r--[l---------]test/scripts/4700-dsn-info/470042
1 files changed, 41 insertions, 1 deletions
diff --git a/test/scripts/4700-dsn-info/4700 b/test/scripts/4700-dsn-info/4700
index e480f3494..d0dd4f363 120000..100644
--- a/test/scripts/4700-dsn-info/4700
+++ b/test/scripts/4700-dsn-info/4700
@@ -1 +1,41 @@
-../0000-Basic/0211 \ No newline at end of file
+# DSN extra information
+need_ipv4
+#
+server PORT_S
+450 I'm busy
+QUIT
+250 OK
+****
+exim -odi userx@domain1
+Test message 1
+****
+server PORT_S
+220 Connected OK
+EHLO
+450 I'm busy
+HELO
+450 I'm busy
+QUIT
+250 OK
+****
+exim -qf
+****
+server PORT_S
+550 Go away
+QUIT
+250 OK
+****
+exim -qf
+****
+server PORT_S
+220 Connected OK
+EHLO
+550 Go away
+HELO
+550 Go away
+QUIT
+250 OK
+****
+exim -odi userx@domain1 usery@domain2
+Test message 2
+****