summaryrefslogtreecommitdiff
path: root/test/confs/0620
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-07-11 17:12:26 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-07-11 18:22:51 +0100
commitb4f579d134197249b448cb5d8abf801ba4c729bb (patch)
tree32ff5860697b982e7b7afeb98a1d4000771fcb0d /test/confs/0620
parentdf04890c398664e60aedbddb8d646cb1d353383f (diff)
Keep router-variables separate on addrs, to avoid taint contamination
Diffstat (limited to 'test/confs/0620')
-rw-r--r--test/confs/062010
1 files changed, 8 insertions, 2 deletions
diff --git a/test/confs/0620 b/test/confs/0620
index b1f48c40e..61f577417 100644
--- a/test/confs/0620
+++ b/test/confs/0620
@@ -8,6 +8,12 @@
domainlist local_domains = test.ex
qualify_domain = test.ex
+acl_not_smtp = not_smtp
+
+begin acl
+
+not_smtp:
+ accept log_message = rcpt <$recipients> l <$local_part>
# ----- Routers -----
@@ -17,13 +23,13 @@ alias:
driver = redirect
debug_print = DEBUG: $r_r1 $r_r2
data = b
- set = r_r1 = $local_part
+ set = <; r_r1 = $local_part aaa:bbb bar=baz
user:
driver = accept
debug_print = DEBUG: $r_r1 $r_r2
set = r_r1 = $local_part
- set = r_r2 = $local_part
+ set = <; r_r2 = $local_part 2a00:1940:100::ff:0:1 foo=bar
transport = local_delivery