[issue14269] SMTPD server does not enforce client starting mail transaction with HELO or EHLO

R. David Murray report at bugs.python.org
Fri Mar 16 21:56:45 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

When do patches get applied?  The general answer is "when someone gets around to it" :)

In this particular case the issue 8739 patch is waiting on the resolution of its dependency (logging uses smtpd in its tests, and the 8739 patch breaks the logging test).  The fix for that issue is a bit ugly, so I haven't decided if I'm ready to apply that or not yet.

For now, just leave the EHLO out.  We can then apply this patch, and update the 8739 patch to include the addition of the EHLO.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14269>
_______________________________________


More information about the Python-bugs-list mailing list