From 97e939dfe2ea44a6e243ff6f489790ccd94f39ee Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 11 May 2018 16:26:17 +0100 Subject: ARC: fix crash on signing with missing key file --- test/confs/4560 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/confs/4560') diff --git a/test/confs/4560 b/test/confs/4560 index e2095af4c..ad634a42e 100644 --- a/test/confs/4560 +++ b/test/confs/4560 @@ -86,8 +86,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 -- cgit v1.2.3