Logging: disable the verbose DKIM verification line by default; add a tag to <= lines.
[exim.git] / src / src / receive.c
index 84552dc1c9c8c07c5d55d64b19dc32e43b4abcaa..d79b282fbc855d56c34fb599ac08f07c14af32b0 100644 (file)
@@ -3984,6 +3984,11 @@ if (LOGGING(8bitmime))
   g = string_append(g, 2, US" M8S=", big_buffer);
   }
 
+#ifndef DISABLE_DKIM
+if (LOGGING(dkim) && dkim_verify_overall)
+  g = string_append(g, 2, US" DKIM=", dkim_verify_overall);
+#endif
+
 if (*queue_name)
   g = string_append(g, 2, US" Q=", queue_name);