diff options
author | Todd Lyons <tlyons@exim.org> | 2014-05-12 08:12:17 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-05-12 08:12:17 -0700 |
commit | 9aa512a1898155484e00ee089057d28f2432b30e (patch) | |
tree | 231b6a3479c59e09a15f63f1350d31fb60f360b6 /test/confs/5650 | |
parent | a37a8eec3f4c73e604c23d73c9264c8ae95a0037 (diff) | |
parent | 783b385fe846f97aa5d7a7675cc0600e917b8795 (diff) |
Merge branch 'master' of ssh://git.exim.org/home/git/exim
Diffstat (limited to 'test/confs/5650')
-rw-r--r-- | test/confs/5650 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/confs/5650 b/test/confs/5650 index 3d4a68ef3..2b8960366 100644 --- a/test/confs/5650 +++ b/test/confs/5650 @@ -41,10 +41,14 @@ tls_ocsp_file = OCSP begin acl check_connect: - accept logwrite = acl_conn: ocsp in status: $tls_in_ocsp + accept logwrite = acl_conn: ocsp in status: $tls_in_ocsp \ + (${listextract {${eval:$tls_in_ocsp+1}} \ + {notreq:notresp:vfynotdone:failed:verified}}) check_mail: - accept logwrite = acl_mail: ocsp in status: $tls_in_ocsp + accept logwrite = acl_mail: ocsp in status: $tls_in_ocsp \ + (${listextract {${eval:$tls_in_ocsp+1}} \ + {notreq:notresp:vfynotdone:failed:verified}}) check_recipient: accept |