diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-06 14:50:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-09 11:51:32 +0100 |
commit | ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b (patch) | |
tree | ea143527fa6714491fa7c61203581dc732855874 /test/confs/0636 | |
parent | 8dcd332fbfd7ecefe548be074637fccae8cf23f0 (diff) |
New $recipients_list. Bug 2726
Diffstat (limited to 'test/confs/0636')
-rw-r--r-- | test/confs/0636 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/confs/0636 b/test/confs/0636 new file mode 100644 index 000000000..b80722525 --- /dev/null +++ b/test/confs/0636 @@ -0,0 +1,23 @@ +# Exim test configuration 0636 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +domainlist local_domains = @ + +acl_smtp_rcpt = accept +acl_smtp_data = check_data +queue_only + + +# ----- ACL ----- + +begin acl + +check_data: + accept logwrite = \$recipients: "$recipients" + logwrite = \$recipients_list: "$recipients_list" + +# End |