perl version oddity
[exim.git] / test / scripts / 0000-Basic / 0616
deleted file mode 120000 (symlink)
index 122707d0a23a339930644a7d75b6c37961725ea2..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-0615
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..4ac173db3a05780c080ff8db7ff1c9e29a16650a
--- /dev/null
@@ -0,0 +1,25 @@
+# Filter file which makes use of "unseen noerror deliver" commands
+#
+exim -odq userx@domain1
+This message will also be delivered to usery
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL
+250 OK
+RCPT
+250 OK
+RCPT
+550 Not that one
+DATA
+354 More...
+.
+250 OK
+QUIT
+220 OK
+****
+exim -qqf
+****