summaryrefslogtreecommitdiff
path: root/src/src/macros.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-03-19 20:01:53 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-03-19 20:01:53 +0000
commite08a679856effe96c0099d3516e6edec1f5616d6 (patch)
tree59b1f20f47af16480d09d3ec854fbc061f792c8d /src/src/macros.h
parent3e6d406e8ae9681a8cc1b404e7f5d1bd6d65d201 (diff)
downloadexim4-e08a679856effe96c0099d3516e6edec1f5616d6.tar.gz
Tidying
Diffstat (limited to 'src/src/macros.h')
-rw-r--r--src/src/macros.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/src/macros.h b/src/src/macros.h
index 73c6ac2c6..36ed185ed 100644
--- a/src/src/macros.h
+++ b/src/src/macros.h
@@ -817,9 +817,7 @@ local_scan.h */
#define DEBUG_FROM_CONFIG 0x0001
/* SMTP command identifiers for the smtp_connection_had field that records the
-most recent SMTP commands. Must be kept in step with the list of names in
-smtp_in.c that is used for creating the smtp_no_mail logging action. SCH_NONE
-is "empty". */
+most recent SMTP commands. SCH_NONE is "empty". */
enum { SCH_NONE, SCH_AUTH, SCH_DATA, SCH_BDAT,
SCH_EHLO, SCH_ETRN, SCH_EXPN, SCH_HELO,