[exim-dev] [Bug 2180] DKIM oversigning

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2180] DKIM oversigning
https://bugs.exim.org/show_bug.cgi?id=2180

Heiko Schlittermann <hs@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hs@???


--- Comment #1 from Heiko Schlittermann <hs@???> ---
what about extending the current option:

    dkim_sign_headers = -X-Foo : -^List- : +^My-Company


Extend/Reduce the list of headers to be signed. If the list item starts
with ^, it is used as a regular expression matching existing(!) headers
of the message. Literal items are used as they are and not checked
against the existing headers of the message.

To purge the built-in list of headers and build a new one:

    dkim_sign_headers = subject : from : to : ^My-Company


--
You are receiving this mail because:
You are on the CC list for the bug.