X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F0002;h=165f0a4b25b1f1842cdbfc4f90368c4657170603;hb=ee8b809061;hp=317c4a27daafcb8df1e2e7aa3856272a749aaca3;hpb=723c72e64c04d3b7bdf03b26c65761c1ae569312;p=exim.git diff --git a/test/confs/0002 b/test/confs/0002 index 317c4a27d..165f0a4b2 100644 --- a/test/confs/0002 +++ b/test/confs/0002 @@ -4,13 +4,17 @@ 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 = +.ifdef _HAVE_PIPE_CONNECT +pipelining_connect_advertise_hosts = : +.endif # ----- Main settings ----- @@ -45,11 +49,19 @@ check_data: deny message = reply_address=<$reply_address> a_ret: - accept message = [$address_data] + 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