Fix Bugzilla #101: macro definition between ACLs doesn't work.
[users/jgh/exim.git] / test / confs / 0534
diff --git a/test/confs/0534 b/test/confs/0534
new file mode 100644 (file)
index 0000000..b148987
--- /dev/null
@@ -0,0 +1,30 @@
+# Exim test configuration 0534
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+acl_smtp_connect = two
+
+
+# ----- ACLs -----
+
+begin ACL
+
+one:
+  accept hosts = 1.2.3.4
+
+MACRO_DEFINITION=5.6.7.8
+
+two:
+  accept hosts = MACRO_DEFINITION
+
+
+# End