X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/525239c16e35d7bf893e0e2232f4c4c4a7c75447..040721f2bc088d5e717c0475975ed6158352dce6:/test/confs/0002 diff --git a/test/confs/0002 b/test/confs/0002 index df65e2c30..6ca2d1bcb 100644 --- a/test/confs/0002 +++ b/test/confs/0002 @@ -4,13 +4,14 @@ LENCHECK= PTBC= exim_path = EXIM_PATH +keep_environment = USER 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 +tls_advertise_hosts = # ----- Main settings ----- @@ -51,5 +52,13 @@ a_none: accept a_deny: + deny message = ($acl_narg) [$acl_arg1] [$acl_arg2] + +a_defer: + defer + +a_sub: + require acl = a_none foo bar baz barf + require acl = a_deny "new arg1" $acl_arg1 # End