X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/fd3b39c16b3040cc7f12dbc3afdfc4e9e6e0807b..afaf5a50b05810d75c1f7ae9d1cd83697815a997:/src/src/globals.h diff --git a/src/src/globals.h b/src/src/globals.h index 0c85c1150..ea326959d 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -269,6 +269,7 @@ extern struct global_flags { #endif BOOL smtp_in_pipelining_advertised :1; /* server advertised PIPELINING */ BOOL smtp_in_pipelining_used :1; /* server noted client using PIPELINING */ + BOOL smtp_in_quit :1; /* server noted QUIT command */ BOOL spool_file_wireformat :1; /* current -D file has CRLF rather than NL */ BOOL submission_mode :1; /* Can be forced from ACL */ BOOL suppress_local_fixups :1; /* Can be forced from ACL */