summaryrefslogtreecommitdiff
path: root/test/scripts/3200-testdb/3208
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:54:33 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:54:33 +0000
commit59371ea735c941334861aa5b8e1e9a06facf044f (patch)
tree79168561a70a94a3994fbe362b904ff9aab86136 /test/scripts/3200-testdb/3208
parent54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (diff)
Hopefully the final lot of test files.
Diffstat (limited to 'test/scripts/3200-testdb/3208')
-rw-r--r--test/scripts/3200-testdb/320815
1 files changed, 15 insertions, 0 deletions
diff --git a/test/scripts/3200-testdb/3208 b/test/scripts/3200-testdb/3208
new file mode 100644
index 000000000..9e4f9e38a
--- /dev/null
+++ b/test/scripts/3200-testdb/3208
@@ -0,0 +1,15 @@
+# defer in percent_hack_domains, relay_domains
+exim -bh V4NET.0.0.1
+ehlo remote.host
+mail from:<user@remote.host>
+rcpt to:<a@test.ex>
+rcpt to:<a@other.ex>
+rcpt to:<a%b@testhack.ex>
+rcpt to:<a%b@test.ex>
+rcpt to:<a%b@testhack2.ex>
+rcpt to:<a@yesrelay.ex>
+rcpt to:<a@norelay.ex>
+rcpt to:<a%yesrelay.ex@testhack.ex>
+rcpt to:<a%norelay.ex@testhack.ex>
+quit
+****