summaryrefslogtreecommitdiff
path: root/test/confs/0069
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-26 09:23:34 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-26 09:23:34 +0000
commitd52120f2b5b5464091a61a47fe881a6e8f6ec09f (patch)
tree80902c7b76afc8ca1b580faf7478252819a57897 /test/confs/0069
parentd677b2f22abb3eb268e5cb15e4710ff5063049fe (diff)
Add +ignore_defer and +include_defer to host lists.
Diffstat (limited to 'test/confs/0069')
-rw-r--r--test/confs/006914
1 files changed, 14 insertions, 0 deletions
diff --git a/test/confs/0069 b/test/confs/0069
index 469c39330..4e1e70d45 100644
--- a/test/confs/0069
+++ b/test/confs/0069
@@ -37,4 +37,18 @@ check_recipientz:
accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13
deny message = "Denied"
+check_recipienta:
+ accept hosts = :
+ deny hosts = +include_defer : test.again.dns
+ accept domains = +local_domains
+ deny message = relay not permitted
+
+check_recipientb:
+ accept hosts = test.again.dns : V4NET.0.0.13
+ deny message = "Denied"
+
+check_recipientc:
+ accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13
+ deny message = "Denied"
+
# End