fix extended command syntax (closes #23872)

This commit is contained in:
Benjamin Peterson 2015-04-05 10:01:48 -04:00
parent 9a6e201f7d
commit 0c803319b0
1 changed files with 1 additions and 1 deletions

View File

@ -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')