[exim-cvs] DISABLE_DKIM has never worked. Fix that.

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] DISABLE_DKIM has never worked. Fix that.
Gitweb: http://git.exim.org/exim.git/commitdiff/6bac1a9ad8ad304baae68ee3ab0de7d03d2fa239
Commit:     6bac1a9ad8ad304baae68ee3ab0de7d03d2fa239
Parent:     bddd752627531884c9aeb087dd71d0c69e5371b3
Author:     Phil Pennock <pdp@???>
AuthorDate: Wed Feb 23 18:36:32 2011 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Wed Feb 23 18:39:31 2011 -0500


    DISABLE_DKIM has never worked. Fix that.
---
 doc/doc-txt/ChangeLog     |    2 ++
 src/src/config.h.defaults |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index b733fdd..93f796d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -78,6 +78,8 @@ NM/05 Fix to spam.c to accommodate older gcc versions which dislike

PP/15 lookups-Makefile IRIX compatibilty coercion.

+PP/16 Make DISABLE_DKIM build knob functional.
+

 Exim version 4.74
 -----------------
diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults
index 8d951ae..84dfe9b 100644
--- a/src/src/config.h.defaults
+++ b/src/src/config.h.defaults
@@ -40,6 +40,7 @@ it's a default value. */
 #define DEFAULT_CRYPT              crypt
 #define DELIVER_IN_BUFFER_SIZE     8192
 #define DELIVER_OUT_BUFFER_SIZE    8192
+#define DISABLE_DKIM
 #define DISABLE_D_OPTION


#define ENABLE_DISABLE_FSYNC