[Mailman-Users] max_message_size description suggested extension

2020-05-19 Thread Julian H. Stacey
Hi all, On my mailman server I have: General Options max_message_size 10K Content filtering collapse_alternatives Yes convert_html_to_plaintext Yes I posted OK to a list with Mime-version: 1.0 Content-type: text/plai

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

[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
Hi all, Ok, I did this a very long time ago, and can't for the life of me remember where/how I did this... 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 custo

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

[Mailman-Users] max_message_size & scrubbing

2009-01-14 Thread Rich Winkel
Is the max_message_size test applied before or after attachment scrubbing? Thanks Rich -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchab

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

[Mailman-Users] MAX_MESSAGE_SIZE limit

2008-07-31 Thread hone+mailman
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? I would leave the DEFAULT_MAX_MESSAGE_SIZE to 40 KB, but don't want list owners to set it to 0 (unlimited). Don Hone Ohio University

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

[Mailman-Users] Max_Message_Size Question

2007-06-23 Thread thezachflower
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 the value to 15MB on the web config and it still sets the max

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

[Mailman-Users] max_message_size

2006-10-23 Thread richard
Can anyone suggest anything? 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)

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

[Mailman-Users] max_message_size

2004-03-30 Thread jsingh
Hi guys How do you change the option for max_message_size from shell, I would like to change the maximum body size to 0 in mm_cfg.py , I don't want to do change that max size from url for all the 2000 lists I have. Jaskaran Singh University Systems & Security Fairleigh Dickinson University 1000

[Mailman-Users] max_message_size does not work

2004-03-05 Thread Lars Andersson
I've installed the latest and greatest Mailman. If I set max_message_size to 40 and sends an 100kb mail (with attachments) it does not get any special treatment at all and I'm able to send it to the list. Any clues on what I'm doing wrong? regards /Lars -