File: replace-headers.patch

package info (click to toggle)
opendkim 2.11.0~beta2-8%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,012 kB
  • sloc: ansic: 67,183; perl: 3,322; sh: 1,354; makefile: 1,046; php: 153; python: 115; xml: 39; csh: 18; cs: 1
file content (14 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Add missing ReplaceHeaders definition
Author: Toby Ovod-Everett
Bug: https://github.com/trusteddomainproject/OpenDKIM/pull/125

--- a/opendkim/opendkim-config.h
+++ b/opendkim/opendkim-config.h
@@ -147,6 +147,7 @@
 	{ "RemoveARFrom",		CONFIG_TYPE_STRING,	FALSE },
 	{ "RemoveOldSignatures",	CONFIG_TYPE_BOOLEAN,	FALSE },
 #ifdef _FFR_REPLACE_RULES
+	{ "ReplaceHeaders",		CONFIG_TYPE_STRING,	FALSE },
 	{ "ReplaceRules",		CONFIG_TYPE_STRING,	FALSE },
 #endif /* _FFR_REPLACE_RULES */
 	{ "ReportAddress",		CONFIG_TYPE_STRING,	FALSE },