Message 114050 - Python tracker (original) (raw)
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?