ARC: add $arc_state, $arc_state_reason and add reason to authres string
[exim.git] / src / src / smtp_in.c
index a229721cfb7891668635a3bc874d8d322b8b7bce..6cac7d2e2a23c896754f6751975ba82d56a122af 100644 (file)
@@ -2009,6 +2009,9 @@ prdr_requested = FALSE;
 #ifdef SUPPORT_SPF
 spf_header_comment = spf_received = spf_result = spf_smtp_comment = NULL;
 #endif
+#ifdef EXPERIMENTAL_ARC
+arc_state = arc_state_reason = NULL;
+#endif
 #ifdef SUPPORT_I18N
 message_smtputf8 = FALSE;
 #endif