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 saviosena
Recipients BreamoreBoy, barry, giampaolo.rodola, henriquebastos, jafo, jcea, josiahcarlson, saviosena
Date 2010-11-22.02:11:46
SpamBayes Score 5.504166e-09
Marked as misclassified No
Message-id <1290391908.92.0.80547022938.issue1745035@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adopts the minimalistic approach described in previous post. It pretends to implement Message Size Extension, defining a maximum message data size to 32M bytes and maximum command length to 512 bytes.

In my opinion this is the best way to accomplish a patch to the DoS issue alone. It's still a good idea though to implement full ESMTP support -- I know, I'm repeating myself. 

Please note this is my first patch. I'm new to Python and even though I made my best to be in conformance with the "standards" and good practices I may have missed something. Please review this patch with clinical eyes. 

For the records: this work is due to Python Bug Day. It worked to attract another curious developer. :-) This project is really awesome. Congratz you all. 

My best regards.
History
Date User Action Args
2010-11-22 02:11:49saviosenasetrecipients: + saviosena, barry, jafo, jcea, josiahcarlson, giampaolo.rodola, BreamoreBoy, henriquebastos
2010-11-22 02:11:48saviosenasetmessageid: <1290391908.92.0.80547022938.issue1745035@psf.upfronthosting.co.za>
2010-11-22 02:11:47saviosenalinkissue1745035 messages
2010-11-22 02:11:47saviosenacreate