ARC: add $arc_state, $arc_state_reason and add reason to authres string
[users/heiko/exim.git] / src / src / globals.c
index 1db5ece3297aacfcf8508739d8c3061d8aa9f728..e8faa9c023b1a6db3edd608b56a0e44257730534 100644 (file)
@@ -427,6 +427,7 @@ struct arc_set *arc_received        = NULL;
 int     arc_received_instance  = 0;
 int     arc_oldest_pass                = 0;
 const uschar *arc_state                = NULL;
+const uschar *arc_state_reason = NULL;
 #endif
 
 uschar *authenticated_fail_id  = NULL;