DMARC: fix reporting, ARC-support but not in message
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 25 Nov 2023 16:47:35 +0000 (16:47 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 25 Nov 2023 16:47:35 +0000 (16:47 +0000)
src/src/arc.c

index defe9b171bba5fc5a99a9187aaa9bc7a167e50b0..bd2fa3bae11033b6d796ff890c7e1289d38ae763 100644 (file)
@@ -2011,7 +2011,7 @@ if (arc_state)
   g = string_catn(g, US" ]\n", 3);
   }
 else
-  g = string_fmt_append(g, "arc %d\narc_policy $d json:[]\n",
+  g = string_fmt_append(g, "arc %d\narc_policy %d json:[]\n",
                        ARES_RESULT_UNKNOWN, DMARC_ARC_POLICY_RESULT_UNUSED);
 return g;
 }