This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients
Date 2007-06-28.19:44:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Method "collect_incoming_data" of "SMTPChannel" class should stop buffering if received lines are too long (possible Denial-of-Service attacks).
Without truncating such buffer a simple malicious script sending extremely long lines without "\r\n" terminator could easily saturate system resources.
History
Date User Action Args
2007-08-23 14:58:07adminlinkissue1745035 messages
2007-08-23 14:58:07admincreate