X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/6c512171a8449f14cc284e13aabc0153d9977c43..401a89359e1fcff59218ae2a05a5e9f3a603d915:/test/confs/3465?ds=inline diff --git a/test/confs/3465 b/test/confs/3465 index adadeb059..83592a678 100644 --- a/test/confs/3465 +++ b/test/confs/3465 @@ -36,7 +36,7 @@ plain: server_condition = "\ ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}" server_set_id = $2 - client_condition = ${if !eq {$tls_cipher}{}} + client_condition = ${if !eq {$tls_out_cipher}{}} client_send = ^userx^secret1 login: @@ -70,5 +70,9 @@ t1: hosts_require_auth = * allow_localhost + # These can be made visible by adding "-d-all+deliver+transport+tls" to the script 1st queuerun + headers_add = X-tls-cipher: <$tls_cipher> + headers_add = X-tls-out-cipher: <$tls_out_cipher> + # End