Auths: for A-R header, and SMTP auth, note the public-name not the authenticator...
[exim.git] / src / src / globals.c
index 7e228d09872d7c6d3d6bc3be8a7863908ddb4abc..5f1c87fc0f6de80c41f1ebf2b1597c61a3e3a8f7 100644 (file)
@@ -1277,6 +1277,7 @@ uschar *sender_helo_name       = NULL;
 uschar **sender_host_aliases   = &no_aliases;
 uschar *sender_host_address    = NULL;
 uschar *sender_host_authenticated = NULL;
+uschar *sender_host_auth_pubname  = NULL;
 unsigned int sender_host_cache[(MAX_NAMED_LIST * 2)/32];
 BOOL    sender_host_dnssec     = FALSE;
 uschar *sender_host_name       = NULL;