X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F4560;h=d6627bae56d5173e43ee8e6afbe2e1dd8e3f93ab;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=c986d5f5c306fa60394e19f62a2717f64aece36b;hpb=93c931f83dfa0c448fbb4be09afe1d9fc753fe18;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/4560 b/test/confs/4560 index c986d5f5c..d6627bae5 100644 --- a/test/confs/4560 +++ b/test/confs/4560 @@ -15,6 +15,7 @@ acl_smtp_data = check_data log_selector = +received_recipients +dkim_verbose queue_only +queue_run_in_order # ----- ACL ----- begin acl @@ -23,9 +24,19 @@ check_data: warn !verify = arc VALUE INSERT - warn logwrite = arc_state: <$arc_state> - condition = ${if def:arc_state_reason} - logwrite = reason: <$arc_state_reason> + warn logwrite = arc_state: <$arc_state> + logwrite = domains: <$arc_domains> + logwrite = arc_oldest_pass <$arc_oldest_pass> + logwrite = reason: <$arc_state_reason> + logwrite = lh_A-R: <$lh_Authentication-Results:> + logwrite = lh-AAR: <$lh_ARC-Authentication-Results:> +# logwrite = oldest-p-AAR: <${listextract {$arc_oldest_pass} {$lh_ARC-Authentication-Results:}}> + logwrite = oldest-p-AAR: <${reduce {$lh_ARC-Authentication-Results:} \ + {} \ + {${if = {$arc_oldest_pass} \ + {${extract {i}{${extract {1}{;}{$item}}}}} \ + {$item} {$value}}} \ + }> .ifdef OPTION accept @@ -68,6 +79,7 @@ begin transports tfile: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER tsmtp: @@ -76,8 +88,12 @@ tsmtp: port = PORT_D allow_localhost .ifndef OPTION +.ifdef BAD + arc_sign = $primary_hostname : sel : MISSING_KEY +.else arc_sign = $primary_hostname : sel : DIR/aux-fixed/dkim/dkim.private .endif +.endif tmlist: driver = smtp