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 alfmel, barry, giampaolo.rodola, josiah.carlson, r.david.murray, richard
Date 2010-08-15.15:19:24
SpamBayes Score 1.0492965e-05
Marked as misclassified No
Message-id <1281885566.52.0.314850255964.issue8739@psf.upfronthosting.co.za>
In-reply-to
Content
Patch no longer applies cleanly because smtpd.py changed in the meantime. A further comment:

-    def __init__(self, server, conn, addr):
+    def __init__(self, server, conn, addr, size = 0):
-    def __init__(self, localaddr, remoteaddr):
+    def __init__(self, localaddr, remoteaddr, size = 0):

This change breaks backward compatibility. I think it would be better to provide this as a SMTPChannel.size_limit class attribute.
History
Date User Action Args
2010-08-15 15:19:27giampaolo.rodolasetrecipients: + giampaolo.rodola, barry, richard, josiah.carlson, r.david.murray, alfmel
2010-08-15 15:19:26giampaolo.rodolasetmessageid: <1281885566.52.0.314850255964.issue8739@psf.upfronthosting.co.za>
2010-08-15 15:19:25giampaolo.rodolalinkissue8739 messages
2010-08-15 15:19:24giampaolo.rodolacreate