X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..18a352ae8a799bb7be3a03b14bbf3ce9e0ba4945:/test/confs/0027 diff --git a/test/confs/0027 b/test/confs/0027 index 75ccf4ae6..c2d0f01be 100644 --- a/test/confs/0027 +++ b/test/confs/0027 @@ -1,13 +1,8 @@ # Exim test configuration 0027 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + 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 ----- @@ -42,8 +37,9 @@ data3: accept local_parts = a.b.c acl_rcpt: + warn set acl_m_1 = ${acl {data}} accept endpass - acl = ${tr{$local_part}{:}{\n}} + acl = ${bless:${tr{$local_part}{:}{\n}}} deny message = this message should not occur @@ -74,7 +70,7 @@ dev_null: local_delivery: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER # End