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 r.david.murray
Recipients Harsh Patel, iElectric, lukas.lalinsky, ngie, r.david.murray, vinay.sajip
Date 2015-11-06.21:35:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446845716.23.0.12678297546.issue11907@psf.upfronthosting.co.za>
In-reply-to
Content
Writing your own handler is what Vinay recommended.

Is it even possible to determine the maximum message size?  If we can't do that reliably, then the best we can do is recommend writing your own exception handler using local knowledge.  If it can be determined reliably, you could open a new issue with that feature request.
History
Date User Action Args
2015-11-06 21:35:16r.david.murraysetrecipients: + r.david.murray, vinay.sajip, iElectric, ngie, lukas.lalinsky, Harsh Patel
2015-11-06 21:35:16r.david.murraysetmessageid: <1446845716.23.0.12678297546.issue11907@psf.upfronthosting.co.za>
2015-11-06 21:35:16r.david.murraylinkissue11907 messages
2015-11-06 21:35:16r.david.murraycreate