mirror of https://github.com/python/cpython
fix extended command syntax (closes #23872)
This commit is contained in:
parent
9a6e201f7d
commit
0c803319b0
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue