X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F4560;h=8c5864b9a5f48a38017d4d80bead453e72ff637b;hb=2081aac24b67f3f3f34389aadc06354abcad0cad;hp=881b2d7266e8a3bb4788f266fa7215236d1a65f6;hpb=f48946eb9bad9060dd7430bcedfeaf1c4a48dc09;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/4560 b/test/confs/4560 index 881b2d726..8c5864b9a 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,6 +24,20 @@ check_data: warn !verify = arc VALUE INSERT + 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-ams: <$lh_ARC-Authentication-Results:> +# logwrite = oldest-p-ams: <${listextract {$arc_oldest_pass} {$lh_ARC-Authentication-Results:}}> + logwrite = oldest-p-ams: <${reduce {$lh_ARC-Authentication-Results:} \ + {} \ + {${if = {$arc_oldest_pass} \ + {${extract {i}{${extract {1}{;}{$item}}}}} \ + {$item} {$value}}} \ + }> + .ifdef OPTION accept .else @@ -63,7 +78,7 @@ begin transports tfile: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER tsmtp: @@ -72,8 +87,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