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 alfmel
Recipients alfmel, barry, giampaolo.rodola, josiah.carlson, r.david.murray, richard
Date 2010-08-16.15:53:09
SpamBayes Score 3.1097902e-12
Marked as misclassified No
Message-id <201008160951.26036.alberto@byu.edu>
In-reply-to <1281885566.52.0.314850255964.issue8739@psf.upfronthosting.co.za>
Content
On Sunday, August 15, 2010 09:19:27 am Giampaolo Rodola' wrote:
> Patch no longer applies cleanly because smtpd.py changed in the meantime.

Is someone going to fix that or I am expected to play daily catch-up until 
this gets merged?

> 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.

Unfortunately, I don't have the time in the next few weeks to make that 
change.  Can someone else make it?
History
Date User Action Args
2010-08-16 15:53:11alfmelsetrecipients: + alfmel, barry, richard, giampaolo.rodola, josiah.carlson, r.david.murray
2010-08-16 15:53:09alfmellinkissue8739 messages
2010-08-16 15:53:09alfmelcreate