Maximum number of members per list.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
New
|
Medium
|
Unassigned |
Bug Description
With this patch site administrators can control the
maximum number of members per list.
I really need this feature but it's my first attempt
changing mailman code so i don't known if it's the best
way to handle this situation and if a list
administrator can override 'max_members'
I've patched mailman 2.1.5 and the mailman 2.1.5
official debian source package (through dpatch) and it
seems to be working fine on my test server.
The lists that doesn't have 'max_members'[*] or where
it's 0 are unlimited and i've created (based on
change_pw) the change_maxmembers script where you can
change and print the 'max_members' attribute from a
list (or many).
[*] = How the new attributes situation is handled? On
upgrade you add what's missing with the upgrade script
or what?
Hope that helps,
Gustavo Franco -- <email address hidden>
RITS - http://
p.s: It's being accepted i guess that we can ack some
of the suggestions at the RFE #403310.
The file memberslimit.patch was added: 8)