[exim-dev] [Bug 1310] Add an option to specify the headers t…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Wolfgang Breyha
Datum:  
To: exim-dev
Betreff: [exim-dev] [Bug 1310] Add an option to specify the headers that should be used for DKIM signatures
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1310

Wolfgang Breyha <wbreyha@???> changed:

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





--- Comment #3 from Wolfgang Breyha <wbreyha@???> 2012-10-16 16:06:45 ---
My patch is easily modified to do so. I already had this patch, but decided to
implement the more flexible way to configure it.

Reducing it to a bool only means that instead of using the expanded string in
the pdkim.c part the dkim_sign_headers list has to be used instead.

But looking at the default of...
#define PDKIM_DEFAULT_SIGN_HEADERS "From:Sender:Reply-To:Subject:Date:"\
                             "Message-ID:To:Cc:MIME-Version:Content-Type:"\
                             "Content-Transfer-Encoding:Content-ID:"\
                             "Content-Description:Resent-Date:Resent-From:"\
                             "Resent-Sender:Resent-To:Resent-Cc:"\
                             "Resent-Message-ID:In-Reply-To:References:"\
                             "List-Id:List-Help:List-Unsubscribe:"\
                             "List-Subscribe:List-Post:List-Owner:List-Archive"
... I'm uncertain which solution is more useful. h= gets quite huge by default
then.



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email