Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0210
diff --git a/test/scripts/0000-Basic/0210 b/test/scripts/0000-Basic/0210
new file mode 100644 (file)
index 0000000..ff6d03a
--- /dev/null
@@ -0,0 +1,22 @@
+# Unprivileged use of -f <>
+need_ipv4
+#
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+250 OK
+DATA
+345 Send it
+.
+250 OK
+QUIT
+250 OK
+****
+exim -odi -f '<>' file@test.ex pipe@test.ex smtp@test.ex
+This is a test message.
+****