Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.
[exim.git] / src / src / macros.h
index 62b6290eb7b06cc5d93d8433b696c7d91fca69c3..a584551d3a45e7941411091826d962ea969b049e 100644 (file)
@@ -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() */