Debug: output dmarc library version
[exim.git] / src / src / exim.c
index a3983f88d02594162bc88910e4c3a540c0e7387d..3e08f0376fbe2019738ddd4c1ac46167030999ce 100644 (file)
@@ -1138,6 +1138,9 @@ show_db_version(fp);
 #ifdef SUPPORT_I18N
   utf8_version_report(fp);
 #endif
+#ifdef SUPPORT_DMARC
+  dmarc_version_report(fp);
+#endif
 #ifdef SUPPORT_SPF
   spf_lib_version_report(fp);
 #endif