diff options
author | Todd Lyons <tlyons@exim.org> | 2014-04-23 05:26:34 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-04-23 05:26:34 -0700 |
commit | 44649fdb169979af3c5a08b10889d1ecee48a469 (patch) | |
tree | 2e497be61f6055533eede3de61b777e11f7f8e19 /test/confs/3465 | |
parent | f9f6757065aab65e0f8ad1497e11b8c7ab83cd69 (diff) | |
parent | c0c4d23c07e2356baae2bd2c6d72339db117b9e6 (diff) |
Merge branch 'master' of git://git.exim.org/exim
Diffstat (limited to 'test/confs/3465')
-rw-r--r-- | test/confs/3465 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/3465 b/test/confs/3465 index 161fff526..83592a678 100644 --- a/test/confs/3465 +++ b/test/confs/3465 @@ -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 |