diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-17 09:39:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-17 10:16:34 +0000 |
commit | 958af3bdb77dc5c190b7f5117c68d2b0acd7b5bc (patch) | |
tree | 0d2b074193dc3d21e05af6cb8f49c72c4dbc53f7 /test/stdout | |
parent | 183389fae10672e8d5ffb1f14f23a179798f483a (diff) |
Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/4050 | 20 | ||||
-rw-r--r-- | test/stdout/4052 | 18 |
2 files changed, 19 insertions, 19 deletions
diff --git a/test/stdout/4050 b/test/stdout/4050 index 783dfd6a2..9e78c5f74 100644 --- a/test/stdout/4050 +++ b/test/stdout/4050 @@ -28,8 +28,8 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250-8BITMIME ??? 250-PIPELINING <<< 250-PIPELINING -??? 250-X_PIPE_CONNECT -<<< 250-X_PIPE_CONNECT +??? 250-PIPE_CONNECT +<<< 250-PIPE_CONNECT ??? 250 HELP <<< 250 HELP >>> QUIT @@ -48,8 +48,8 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250-8BITMIME ??? 250-PIPELINING <<< 250-PIPELINING -??? 250-X_PIPE_CONNECT -<<< 250-X_PIPE_CONNECT +??? 250-PIPE_CONNECT +<<< 250-PIPE_CONNECT ??? 250 HELP <<< 250 HELP >>> QUIT @@ -68,8 +68,8 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250-8BITMIME ??? 250-PIPELINING <<< 250-PIPELINING -??? 250-X_PIPE_CONNECT -<<< 250-X_PIPE_CONNECT +??? 250-PIPE_CONNECT +<<< 250-PIPE_CONNECT ??? 250 HELP <<< 250 HELP ??? 250 @@ -90,8 +90,8 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250-8BITMIME ??? 250-PIPELINING <<< 250-PIPELINING -??? 250-X_PIPE_CONNECT -<<< 250-X_PIPE_CONNECT +??? 250-PIPE_CONNECT +<<< 250-PIPE_CONNECT ??? 250 HELP <<< 250 HELP ??? 250 @@ -114,8 +114,8 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250-8BITMIME ??? 250-PIPELINING <<< 250-PIPELINING -??? 250-X_PIPE_CONNECT -<<< 250-X_PIPE_CONNECT +??? 250-PIPE_CONNECT +<<< 250-PIPE_CONNECT ??? 250 HELP <<< 250 HELP ??? 250 diff --git a/test/stdout/4052 b/test/stdout/4052 index aa5d4a639..2f2fdc88c 100644 --- a/test/stdout/4052 +++ b/test/stdout/4052 @@ -8,7 +8,7 @@ Connection request from [127.0.0.1] <EHLO the.local.host.name >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok <MAIL FROM:<CALLER@the.local.host.name> >250 mail-from accepted @@ -37,7 +37,7 @@ Connection request from [127.0.0.1] <EHLO the.local.host.name >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok <MAIL FROM:<CALLER@the.local.host.name> >250 mail-from accepted @@ -82,7 +82,7 @@ Connection request from [127.0.0.1] <EHLO the.local.host.name >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok <MAIL FROM:<CALLER@the.local.host.name> >250 mail-from accepted @@ -111,7 +111,7 @@ Connection request from [127.0.0.1] <EHLO the.local.host.name >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok <MAIL FROM:<CALLER@the.local.host.name> >250 mail-from accepted @@ -144,7 +144,7 @@ Connection request from [127.0.0.1] >220 banner >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok >250 mail good >250 rcpt good @@ -163,7 +163,7 @@ Connection request from [127.0.0.1] >220 banner >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok >250 mail good >550 rcpt refused @@ -182,7 +182,7 @@ Connection request from [127.0.0.1] >220 banner >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok >550 mail cmd refused >550 rcpt cmd rejected - no valid mail @@ -198,7 +198,7 @@ Connection request from [127.0.0.1] <EHLO the.local.host.name >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250 ok <MAIL FROM:<CALLER@the.local.host.name> >250 mail-from accepted @@ -227,7 +227,7 @@ Connection request from [127.0.0.1] <EHLO the.local.host.name >250-esmtp-resp >250-PIPELINING ->250-X_PIPE_CONNECT +>250-PIPE_CONNECT >250-SIZE >250 ok <MAIL FROM:<CALLER@the.local.host.name> |