Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0417
diff --git a/test/scripts/0000-Basic/0417 b/test/scripts/0000-Basic/0417
new file mode 100644 (file)
index 0000000..ac3da7d
--- /dev/null
@@ -0,0 +1,15 @@
+# smtp_return_error_details and sender verify defer
+need_ipv4
+#
+exim -bs
+mail from:<x@host.test.again.dns>
+rcpt to:<x@y>
+rcpt to:<a@b>
+quit
+****
+exim -DRETURN_ERROR_DETAILS=true -bs
+mail from:<x@host.test.again.dns>
+rcpt to:<x@y>
+rcpt to:<a@b>
+quit
+****