ARC: add $arc_state, $arc_state_reason and add reason to authres string
[exim.git] / src / src / globals.h
index 03af195f9f08f38ae1aedd1cb9a18210c1bbf303..63e0e424c844beab61ec89bc00eaa9bae4b83500 100644 (file)
@@ -221,6 +221,7 @@ struct arc_set *arc_received;              /* highest ARC instance evaluation struct *
 extern int     arc_received_instance;  /* highest ARC instance number in headers */
 extern int     arc_oldest_pass;        /* lowest passing instance number in headers */
 extern const uschar *arc_state;               /* verification state */
+extern const uschar *arc_state_reason;
 #endif
 extern BOOL    allow_utf8_domains;     /* For experimenting */
 extern uschar *authenticated_fail_id;  /* ID that failed authentication */