Re: [Mailman-Users] max_message_size, how do I change behavior (reject, instead of hold for moderation) and/or notification message (when exceeded)

2015-02-25 Thread Mark Sapiro
On 02/25/2015 07:48 AM, Tanstaafl wrote: > > But looking at the Handler, what I'd like for them to get is just the > last notification - see below: "Your message was too big; please trim it > to less than %(kb)d KB in size", but without the 'is being held until > the list moderator...' stuff... >

Re: [Mailman-Users] max_message_size, how do I change behavior (reject, instead of hold for moderation) and/or notification message (when exceeded)

2015-02-25 Thread Tanstaafl
On 2/25/2015 10:21 AM, Mark Sapiro wrote: > It is possible you just modified the messages in the MessageTooBig class > definition in Mailman/Handlers/Hold.py. The postheld.txt template is > also involved in the notice to the user, but it is used for all held > messages so it seems unlikely you cha

Re: [Mailman-Users] max_message_size, how do I change behavior (reject, instead of hold for moderation) and/or notification message (when exceeded)

2015-02-25 Thread Mark Sapiro
On 02/25/2015 05:38 AM, Tanstaafl wrote: > > I have some lists that have a max_size set, and when someone sends an > email that exceeds this size, it gets held for moderation, and the > sender gets a notification of this, but it is a custom one that I wrote > myself. > > Now, I'd like to change t

Re: [Mailman-Users] max_message_size & scrubbing

2009-01-15 Thread Mark Sapiro
Rich Winkel wrote: >On Wed, Jan 14, 2009 at 10:33:56PM -0800, Mark Sapiro wrote: >> If you have set the list's scrub_nondigest setting to Yes and you want >> the message scrubbed before checking for too big (and other >> miscellaneous holds), see the post at >>

Re: [Mailman-Users] max_message_size & scrubbing

2009-01-15 Thread Rich Winkel
On Wed, Jan 14, 2009 at 10:33:56PM -0800, Mark Sapiro wrote: > If you have set the list's scrub_nondigest setting to Yes and you want > the message scrubbed before checking for too big (and other > miscellaneous holds), see the post at >

Re: [Mailman-Users] max_message_size & scrubbing

2009-01-15 Thread Malcolm Austen
On Thu, 15 Jan 2009 06:08:18 -, Rich Winkel wrote: It seems the answer is "before" which seems kinda pointless. Is there a way to do this test after the attachments are scrubbed? Personally, I prefer the present order. Taking HTML posts for example, I tell people they can post up to X

Re: [Mailman-Users] max_message_size & scrubbing

2009-01-14 Thread Mark Sapiro
Rich Winkel wrote: >On Wed, Jan 14, 2009 at 11:15:10PM -0600, Rich Winkel wrote: >> Is the max_message_size test applied before or after attachment >> scrubbing? > >It seems the answer is "before" which seems kinda pointless. >Is there a way to do this test after the attachments are scrubbed? >

Re: [Mailman-Users] max_message_size & scrubbing

2009-01-14 Thread Rich Winkel
On Wed, Jan 14, 2009 at 11:15:10PM -0600, Rich Winkel wrote: > Is the max_message_size test applied before or after attachment > scrubbing? It seems the answer is "before" which seems kinda pointless. Is there a way to do this test after the attachments are scrubbed? Also the attachment (named

Re: [Mailman-Users] MAX_MESSAGE_SIZE limit

2008-07-31 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >How would I set a MAX_MESSAGE_SIZE to 5MB, for example, for all lists? Or >would this need to be done in the MTA? #!/bin/sh f=`mktemp` echo max_message_size = 5000 > $f cd /path/to/mailman/ for l in `bin/list_lists --bare` ; do bin/config_list -i $f $l done rm $f >I

Re: [Mailman-Users] Max_Message_Size Question

2007-06-25 Thread Alexandros Fragkiadakis
On Sat, June 23, 2007 21:46, thezachflower wrote: > > I'm administering a mailing list and the users require a max message size > of over 15MB. Setting the value to 0 is really the same as setting it to > 3MB, > which does not work as every attachment sent is at least 7MB. I've also > tried to set

Re: [Mailman-Users] Max_Message_Size Question

2007-06-23 Thread Mark Sapiro
Zachary Flower wrote: >> >which does not work as every attachment sent is at least 7MB. I've also >> >tried to set the value to 15MB on the web config and it still sets the max >> >size as 3MB. This is extremely important for this mailing list to be useful >> >at all, does anybody have any suggest

Re: [Mailman-Users] Max_Message_Size Question

2007-06-23 Thread Zachary Flower
> >which does not work as every attachment sent is at least 7MB. I've also > >tried to set the value to 15MB on the web config and it still sets the max > >size as 3MB. This is extremely important for this mailing list to be useful > >at all, does anybody have any suggestions as to how I can fix th

Re: [Mailman-Users] Max_Message_Size Question

2007-06-23 Thread Mark Sapiro
thezachflower wrote: > >I'm administering a mailing list and the users require a max message size of >over 15MB. Setting the value to 0 is really the same as setting it to 3MB, If that is the case, I'm guessing that the 3MB limit is in your MTA or somewhere else outside of Mailman. >which does

Re: [Mailman-Users] max_message_size

2006-10-23 Thread Mark Sapiro
richard wrote: >We are running mailman with exim and cygwin on windows sever 2003. >Problem: all messages are truncated to about 45 Kb, be it body or attachment. >In the administrative interface / general options for the list I have changed >the field: > >Maximum length in kilobytes (KB) of a mes

RE: [Mailman-Users] max_message_size

2004-03-30 Thread jsingh
I got it MAX_MESSAGE_SIZE; I had set it at 1MB I wanted it 10MB, forgot to add the last 0 at the end -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jsingh Sent: Tuesday, March 30, 2004 2:22 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] max_message_siz