Message113968
| 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:27 | giampaolo.rodola | set | recipients: + giampaolo.rodola, barry, richard, josiah.carlson, r.david.murray, alfmel |
| 2010-08-15 15:19:26 | giampaolo.rodola | set | messageid: <1281885566.52.0.314850255964.issue8739@psf.upfronthosting.co.za> |
| 2010-08-15 15:19:25 | giampaolo.rodola | link | issue8739 messages |
| 2010-08-15 15:19:24 | giampaolo.rodola | create | |