This commit is contained in:
Benjamin Peterson 2015-04-05 10:03:23 -04:00
commit 142bf565b4
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ class SMTPChannel(asynchat.async_chat):
def smtp_HELP(self, arg): def smtp_HELP(self, arg):
if arg: if arg:
extended = ' [SP <mail parameters]' extended = ' [SP <mail-parameters>]'
lc_arg = arg.upper() lc_arg = arg.upper()
if lc_arg == 'EHLO': if lc_arg == 'EHLO':
self.push('250 Syntax: EHLO hostname') self.push('250 Syntax: EHLO hostname')