Re: [exim] Inserting a TLS status header?

Top Page
Delete this message
Reply to this message
Author: Viktor Dukhovni
Date:  
To: exim-users
Subject: Re: [exim] Inserting a TLS status header?
On Tue, Aug 05, 2014 at 03:14:15PM +0300, Dominik R?ttsches wrote:

> I am aware that this is deprecated syntax, but it's consistent with the
> other statements I have there.
>
> It should probably be:
>   warn encrypted = *
>        add_header = X-TLS-In-Cipher: $tls_in_cipher


You should also be aware that such headers might already be present
in the message, from previous relay hops. Parse with care. The
same data in the Received: header might be less ambiguous, because
it is more clear where it was added.

-- 
    Viktor.