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/mail | |
parent | 36f7a17f69fe27a4c04a4ff98f80f780007db175 (diff) |
ARC: fix crash on signing with missing key file
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/4560.a | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/mail/4560.a b/test/mail/4560.a index 63b432784..8f9735fe2 100644 --- a/test/mail/4560.a +++ b/test/mail/4560.a @@ -479,3 +479,23 @@ http://lists.dmarc.org/mailman/listinfo/arc-discuss --===============2728806607597782871==-- +From CALLER@bloggs.com Tue Mar 02 09:44:33 1999 +Authentication-Results: test.ex; + iprev=pass (localhost) smtp.client-ip=127.0.0.1; + arc=none +Received: from localhost ([127.0.0.1] helo=test.ex) + by test.ex with esmtp (Exim x.yz) + (envelope-from <CALLER@bloggs.com>) + id 10HmbS-0005vi-00 + for a@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Authentication-Results: test.ex; + arc=none +Received: from [127.0.0.1] (helo=xxx) + by test.ex with smtp (Exim x.yz) + (envelope-from <CALLER@bloggs.com>) + id 10HmbR-0005vi-00 + for za@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Subject: Test + +This is a test body. + |