DKIM: trim debug verbosity
[users/jgh/exim.git] / src / src / pdkim / pdkim.c
index 178f8f6a5a18c2c12dc6488b2c6ca634b4c7d5d6..6e76b8e9fa2555e0a8e422b618d87a0bf424940d 100644 (file)
@@ -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)