mirror of
https://github.com/python/cpython.git
synced 2026-06-06 11:34:30 -04:00
fix extended command syntax (closes #23872)
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ class SMTPChannel(asynchat.async_chat):
|
||||
|
||||
def smtp_HELP(self, arg):
|
||||
if arg:
|
||||
extended = ' [SP <mail parameters]'
|
||||
extended = ' [SP <mail-parameters>]'
|
||||
lc_arg = arg.upper()
|
||||
if lc_arg == 'EHLO':
|
||||
self.push('250 Syntax: EHLO hostname')
|
||||
|
||||
Reference in New Issue
Block a user