]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.c
ARC: cutthrough delivery may not be used with ARC signing
[user/henk/code/exim.git] / src / src / globals.c
index 55154646c4691acf15fbeeb486a3e84f7bab473c..7d18b38b56a19c354e6360d8ee0ba3b6d34f109d 100644 (file)
@@ -434,6 +434,7 @@ uschar *authenticated_fail_id  = NULL;
 uschar *authenticated_id       = NULL;
 uschar *authenticated_sender   = NULL;
 BOOL    authentication_failed  = FALSE;
+BOOL    authentication_local   = FALSE;
 auth_instance  *auths          = NULL;
 uschar *auth_advertise_hosts   = US"*";
 auth_instance auth_defaults    = {
@@ -1382,6 +1383,7 @@ uschar *spf_guess              = US"v=spf1 a/24 mx/24 ptr ?all";
 uschar *spf_header_comment     = NULL;
 uschar *spf_received           = NULL;
 uschar *spf_result             = NULL;
+BOOL    spf_result_guessed     = FALSE;
 uschar *spf_smtp_comment       = NULL;
 #endif