Roundup Tracker - Issues

Issue 1772323

classification
Limit attachment size in nosy mails
Type: Severity: normal
Components: None Versions:
process
Status: closed remind
:
: jpend : jpend, mephinet
Priority: normal : patch

Created on 2007-08-11 14:17 by mephinet, last changed 2007-09-03 17:14 by jpend.

Files
File name Uploaded Description Edit Remove
limit_attachment_size_with_unittest.patch mephinet, 2007-08-15 21:17
Messages
msg2895 Author: [hidden] (mephinet) Date: 2007-08-11 14:17
Patch that adds a configuration option `max_attachment_size` to the `nosy` group, where the admin can specify the maximum attachment size in bytes. If an file is larger then this, it will not be attached, but a link to the corresponding file download page will be added to the message instead. The default behaviour remains unchanged.
msg2896 Author: [hidden] (mephinet) Date: 2007-08-15 21:17
New patch also contains unittest for nosy message sending.
File Added: limit_attachment_size_with_unittest.patch
msg2897 Author: [hidden] (jpend) Date: 2007-08-29 17:03
I'll try to take a look at this over the next few days and merge it.
msg2898 Author: [hidden] (anonymous) Date: 2007-09-03 08:07
Logged In: NO 

hi test
msg2899 Author: [hidden] (jpend) Date: 2007-09-03 17:14
A slight reworking (it tries to avoid reading the file contents to get the length, if it can) of this patch has been committed to CVS.

Thanks!
History
Date User Action Args
2007-08-11 14:17:27mephinetcreate