Re: [Mailman-Users] Receiving filtered commit messages via a Handler

2008-07-31 Thread Alexander Shopov
 Put the handler in the pipeline before Moderate and set
Thanx. Worked like a wonder.
al_shopov


  
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[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
http://edirectory.ohio.edu/?$search?uid=hone
Ohio University
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


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 would leave the DEFAULT_MAX_MESSAGE_SIZE to 40 KB, but don't want list 
owners to set it to 0 (unlimited).


Then you'd have to edit Mailman/Gui/General.py to remove that setting
from the page. I.e. remove or comment these lines

('max_message_size', mm_cfg.Number, 7, 0,
 _('''Maximum length in kilobytes (KB) of a message body.  Use 0
 for no limit.''')),

-- 
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] How many domain in one list of mailing list?

2008-07-31 Thread Mark Sapiro
Maickel Pandie wrote:

I have some question. in average, How many domain in one list of
mailing list in your server? because refer to RFC 2821 message always
be sent once for one domain


I'm not sure what you think RFC 2821 says, but in the case of Mailman,
messages are delivered to the MTA in SMTP transactions with as few as
1 and as many as SMTP_MAX_RCPTS (default 500) recipients per
transaction depending on things like VERP and personalization. Each of
these transactions will be considered a separate message by the MTA,
even if the contents are identical. Further, in the case of large
lists, even with large numbers of recipients per transaction, it is
not guaranteed that all recipients in a given domain will be in the
same transaction.

-- 
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Mailman and C-Panel

2008-07-31 Thread David Andrews
I currently run my own server, a SUN Cobalt RAQ550.  Mailman is 
installed on it and I have full access to everything.


Because of aging hardware, etc. I will be replacing everything.  I am 
considering going to c-panel as we also host web sites for parts of a 
national nonprofit for which we also provide the lists.


I have read here over the years about limitations to Mailman on 
c-Panel?  What are they?  Are they imposed by the hosting 
company.  Since I will have full access to c-Panel, will I have a 
fully functional Mailman available to me.


Are the limitations mentioned here imposed by hosting companies?

Dave

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Mailman and C-Panel

2008-07-31 Thread Mark Sapiro
David Andrews wrote:

I have read here over the years about limitations to Mailman on 
c-Panel?  What are they?  Are they imposed by the hosting 
company.  Since I will have full access to c-Panel, will I have a 
fully functional Mailman available to me.

Are the limitations mentioned here imposed by hosting companies?


I'm not sure what limitations you're referring to, but if you mean
things like limits on the number of messages per hour, those are all
imposed by the hosting provider.

If you haven't seen our FAQ on cPanel Mailman, it's at
http://wiki.list.org/x/sYA9.

The main issue is cPanel has their own patches. The most well known of
these is a patch to allow the same list name in two different virtual
domains, but this works by just appending the domain to the listname
for everything except the list email addresses which means the
listname for purposes of the web interface is listname_domain, and it
would be the same for command line tools if the command line tools
even work.

They have other patches as well which may be buggy, and we can't help
with these bugs. There has been at least one such issue in the past
http://mail.python.org/pipermail/mailman-users/2007-February/055639.html.

-- 
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9