diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-05-11 16:26:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-05-11 16:26:17 +0100 |
commit | 97e939dfe2ea44a6e243ff6f489790ccd94f39ee (patch) | |
tree | e46f4868561bb9830e6c66b6255f0cf804f6a33c /test/confs/4560 | |
parent | 36f7a17f69fe27a4c04a4ff98f80f780007db175 (diff) |
ARC: fix crash on signing with missing key file
Diffstat (limited to 'test/confs/4560')
-rw-r--r-- | test/confs/4560 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |