summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-02-08 14:04:47 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-02-08 14:04:47 +0000
commitf6ee24a2b56b9365b948dd9e501c0e4627e6fa4f (patch)
treea575379b19fb2d25a4c0eced4a03a16e60d002d9 /src
parentac4824af42edfb6f930056ca3e48d4866975f303 (diff)
DKIM: trim debug verbosity
This tidies some buildfarm fails on animals buildding without DKIM
Diffstat (limited to 'src')
-rw-r--r--src/src/pdkim/pdkim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/pdkim/pdkim.c b/src/src/pdkim/pdkim.c
index 178f8f6a5..6e76b8e9f 100644
--- a/src/src/pdkim/pdkim.c
+++ b/src/src/pdkim/pdkim.c
@@ -958,11 +958,13 @@ if (ctx->flags & PDKIM_MODE_SIGN)
/* DKIM-Signature: headers are added to the verification list */
else
{
+#ifdef notdef
DEBUG(D_acl)
{
debug_printf("PDKIM >> raw hdr: ");
pdkim_quoteprint(CUS ctx->cur_header, Ustrlen(ctx->cur_header));
}
+#endif
if (strncasecmp(CCS ctx->cur_header,
DKIM_SIGNATURE_HEADERNAME,
Ustrlen(DKIM_SIGNATURE_HEADERNAME)) == 0)