Message 113968 - Python tracker (original) (raw)
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.