smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by
Scot Stevenson. Could be a bug fix candidate, but probably doesn't matter much unless a certain blue-nosed cat suddenly becomes corporeal and starts emailing some stmp.py (sic) fronted mailer.
This commit is contained in:
parent
576474c5ae
commit
bdc8289e06
@ -241,9 +241,6 @@ class SMTPChannel(asynchat.async_chat):
|
|||||||
if not address:
|
if not address:
|
||||||
self.push('501 Syntax: RCPT TO: <address>')
|
self.push('501 Syntax: RCPT TO: <address>')
|
||||||
return
|
return
|
||||||
if address.lower().startswith('stimpy'):
|
|
||||||
self.push('503 You suck %s' % address)
|
|
||||||
return
|
|
||||||
self.__rcpttos.append(address)
|
self.__rcpttos.append(address)
|
||||||
print >> DEBUGSTREAM, 'recips:', self.__rcpttos
|
print >> DEBUGSTREAM, 'recips:', self.__rcpttos
|
||||||
self.push('250 Ok')
|
self.push('250 Ok')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user