X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d64f251592db09252ac0584adbe72a2eeb9ca122..d6870e76cf0b838eab1929e5d5afb486c4e7b448:/test/scripts/4560-ARC/4560 diff --git a/test/scripts/4560-ARC/4560 b/test/scripts/4560-ARC/4560 index 1a0086f47..e6fba7154 100644 --- a/test/scripts/4560-ARC/4560 +++ b/test/scripts/4560-ARC/4560 @@ -388,6 +388,40 @@ exim -DSERVER=server -DNOTDAEMON -q **** # # +# Check attemtping to sign, with a missing keyfile +# It starts off bare, so the forwarder reception gets an ARC status of "none". +# The outbound tries to sign it with that. +# +client 127.0.0.1 PORT_D +??? 220 +HELO xxx +??? 250 +MAIL FROM: +??? 250 +RCPT TO: +??? 250 +DATA +??? 354 +Subject: Test + +This is a test body. +. +??? 250 +QUIT +??? 221 +**** +# +exim -DSERVER=server -DNOTDAEMON -DBAD -q +**** +exim -DSERVER=server -DNOTDAEMON -q +**** +# +# +# +# +# +# +# # killdaemon #