Hopefully the final lot of test files.
[users/jgh/exim.git] / test / scripts / 0000-Basic / 0527
diff --git a/test/scripts/0000-Basic/0527 b/test/scripts/0000-Basic/0527
new file mode 100644 (file)
index 0000000..e65032b
--- /dev/null
@@ -0,0 +1,19 @@
+# callout with no transport
+need_ipv4
+#
+server PORT_S
+220 Welcome
+HELO
+250 Hi
+MAIL FROM
+250 OK
+RCPT TO
+550 unrouteable address
+QUIT
+221 Bye
+****
+exim -bs
+mail from:<unknown@x.x.x.x>
+rcpt to:<unknown@u.u.u.u>
+quit
+****