On Sat, Sep 27, 2008 at 8:54 AM, Victor Stinner <[EMAIL PROTECTED]> wrote: > Second, I would like to help to fix all Python security issues. It looks like > Python community isn't very reactive (proactive?) about security. Eg. a DoS > was reported in smtpd server (integrated to Python)... 15 months ago. A patch > is available but it's not applied in Python trunk.
The smtpd module is not meant to be used without modification. It is the responsibility of the application writer to decide the limitations of the emails they want to allow sending, and subsequently handle the case where emails overrun that limit. That the bug wasn't assigned to me outright (I am the maintainer of asyncore, asynchat, and smtpd) was an understandable mistake. - Josiah _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com