X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F0002;h=6ca2d1bcbb8ff3639c5013052fbe8a594b4d199e;hb=23bb69826c8d600ce4a268ad27e14b0390e540c8;hp=af680500c5b9f66c3ea257ed77e43ab215921180;hpb=ec95d1a6a6c015844e412572b6e5a185b072e01e;p=exim.git diff --git a/test/confs/0002 b/test/confs/0002 index af680500c..6ca2d1bcb 100644 --- a/test/confs/0002 +++ b/test/confs/0002 @@ -4,17 +4,20 @@ 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 ----- domainlist dlist = *.aa.bb : ^\Nxxx(.*) +domainlist elist = +dlist : ;; +domainlist flist = <; a ; b;;c ; +elist ; 2001:630:212:8:204::b664 ; hostlist hlist = V4NET.11.12.13 : iplsearch;DIR/aux-fixed/0002.iplsearch headers_charset = iso-8859-8 @@ -42,4 +45,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