Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
[exim.git] / test / scripts / 4700-dsn-info / 4700
deleted file mode 120000 (symlink)
index e480f349455331b026da6ba72ce89e02acb382e6..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../0000-Basic/0211
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..d0dd4f363ba28cb69e4165608207faafd7eaa996
--- /dev/null
@@ -0,0 +1,41 @@
+# 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
+****