[issue1745035] DoS smtpd vulnerability

Sean Reifschneider report at bugs.python.org
Wed Sep 19 02:49:10 CEST 2007


Sean Reifschneider added the comment:

Patch is inline above.

RFC2822 says lines MUST be less than 998 bytes long, so this should be fine.

What does this do when a line longer than 4096 bytes is found?  Does it
report an error to the SMTP client?  That's my only concern.

----------
assignee:  -> barry
keywords: +patch
nosy: +barry, jafo

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1745035>
_____________________________________


More information about the Python-bugs-list mailing list