From 958af3bdb77dc5c190b7f5117c68d2b0acd7b5bc Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 17 Dec 2020 09:39:59 +0000 Subject: Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword. --- src/src/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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() */ -- cgit v1.2.3