Hopefully the final lot of test files.
[users/jgh/exim.git] / test / scripts / 0000-Basic / 0470
diff --git a/test/scripts/0000-Basic/0470 b/test/scripts/0000-Basic/0470
new file mode 100644 (file)
index 0000000..b836021
--- /dev/null
@@ -0,0 +1,12 @@
+# logging repeated warning messages in ACLs
+exim -bs
+HELO xxx
+MAIL FROM:<>
+RCPT TO:<a@b.c>
+RCPT TO:<x@y.z>
+RSET
+MAIL FROM:<>
+RCPT TO:<a@b.c>
+RCPT TO:<x@y.z>
+QUIT
+****