summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-12-17 09:39:59 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-12-17 10:16:34 +0000
commit958af3bdb77dc5c190b7f5117c68d2b0acd7b5bc (patch)
tree0d2b074193dc3d21e05af6cb8f49c72c4dbc53f7 /src
parent183389fae10672e8d5ffb1f14f23a179798f483a (diff)
Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.
Diffstat (limited to 'src')
-rw-r--r--src/src/macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/macros.h b/src/src/macros.h
index 62b6290eb..a584551d3 100644
--- a/src/src/macros.h
+++ b/src/src/macros.h
@@ -1072,8 +1072,8 @@ should not be one active. */
#define AUTHS_REGEX US"\\n250[\\s\\-]AUTH\\s+([\\-\\w \\t]+)(?:\\n|$)"
-#define EARLY_PIPE_FEATURE_NAME "X_PIPE_CONNECT"
-#define EARLY_PIPE_FEATURE_LEN 14
+#define EARLY_PIPE_FEATURE_NAME "PIPE_CONNECT"
+#define EARLY_PIPE_FEATURE_LEN 12
/* Flags for auth_client_item() */