X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/73431ca9b271391432716692735a34b67fed5601..2d07a2158e07fbaddd52e734fcbaeff44bf61919:/src/src/globals.h diff --git a/src/src/globals.h b/src/src/globals.h index db436c06d..2cc16881b 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -192,6 +192,7 @@ extern BOOL allow_mx_to_ip; /* Allow MX records to -> ip address */ extern BOOL allow_unqualified_recipient; /* As it says */ extern BOOL allow_unqualified_sender; /* Ditto */ extern BOOL allow_utf8_domains; /* For experimenting */ +extern uschar *authenticated_fail_id; /* ID that failed authentication */ extern uschar *authenticated_id; /* ID that was authenticated */ extern uschar *authenticated_sender; /* From AUTH on MAIL */ extern BOOL authentication_failed; /* TRUE if AUTH was tried and failed */