git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
+++ b/
test/scripts/0000-Basic/0470
@@ -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
+****