14 lines
521 B
Text
14 lines
521 B
Text
|
https://sourceforge.net/p/opendkim/bugs/257/
|
||
|
|
||
|
Index: opendkim/opendkim-config.h
|
||
|
--- opendkim/opendkim-config.h.orig
|
||
|
+++ opendkim/opendkim-config.h
|
||
|
@@ -144,6 +144,7 @@ struct configdef dkimf_config[] =
|
||
|
{ "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 },
|