ports/mail/opendkim/patches/patch-opendkim_opendkim-config_h

14 lines
521 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 },