X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/042eb971b8c1af6d257f207d453b30afeed529b8..43ba2742c700d625dcdcdaf7bbadc2f72776854a:/test/confs/0002 diff --git a/test/confs/0002 b/test/confs/0002 index 6983fd87f..819287dd5 100644 --- a/test/confs/0002 +++ b/test/confs/0002 @@ -4,9 +4,9 @@ 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 = "" @@ -44,4 +44,20 @@ check_data: warn logwrite = Subject is: "$h_subject:" deny message = reply_address=<$reply_address> +a_ret: + accept message = ($acl_narg) [$acl_arg1] [$acl_arg2] + +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