------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1310
Todd Lyons <tlyons@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tlyons@???
--- Comment #4 from Todd Lyons <tlyons@???> 2012-10-16 16:20:55 ---
For comparison, over in the opendkim camp, there were a few options added to
permit and/or enforce oversigning. Here are the following relevant options:
## Specifies a list of headers whose names should appear in signatures
## whether or not they were present, preventing their later addition.
# AlwaysSignHeaders header1,header2,...
(and if the same one is specified more than once, it's signed that many times)
## Specifies a list of headers that should always be omitted when signing.
## Header names should be separated by commas.
# OmitHeaders header1,header2,...
## Specifies the list of headers which should be included when generating
## signatures. The string should be a comma-separated list of header names.
# SignHeaders header1,header2,...
(only signs it if it's present)
I kind of like Phil's direction too: adding a new BOOL option that without
using it causes the same behavior as before.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email