Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0197
diff --git a/test/scripts/0000-Basic/0197 b/test/scripts/0000-Basic/0197
new file mode 100644 (file)
index 0000000..dc6bb52
--- /dev/null
@@ -0,0 +1,19 @@
+# Taking copies of a domain's mail
+need_ipv4
+#
+exim -odi userx@copy.domain usery@copy.domain
+Test one.
+.
+****
+exim -odi -bs
+mail from:<doesn't@matter>
+rcpt to:<x@copy.domain>
+rcpt to:<y@copy.domain>
+rcpt to:<z@elsewhere>
+data
+Test two.
+.
+quit
+****
+exim -qf
+****