Re: [Mailman-Users] Number of members on each page
![](https://secure.gravatar.com/avatar/161c79db9d8d7992bb95608ccc94f85e.jpg?s=120&d=mm&r=g)
Didn't even bother to look at bin/withlist, did you?
There's a huge example right at the beginning of the script.
![](https://secure.gravatar.com/avatar/60280cfbdac3ba2b766ef426609ea31f.jpg?s=120&d=mm&r=g)
Dan Mick wrote:
Actually, I did look at it, and perhaps I'm clueless, but it made no sense to me, not knowing perl or python, so I asked for help. Thanks for your input.
-ste
-- Office: (908) 582-7629 Cell: (908) 672-6456 Pager: (888) 290-2057
![](https://secure.gravatar.com/avatar/ecd315024dda2dd6c527d249f4a03e43.jpg?s=120&d=mm&r=g)
Once upon a time (Fri Nov 30), Shaun Erickson wrote:
Dan Mick wrote:
Didn't even bother to look at bin/withlist, did you?
There's a huge example right at the beginning of the script.
It doesn't appear that this has been answered. Here you go:
% su
% cd <mailman installation dir>
% python -i bin/withlist -l mylist
>>> m.admin_member_chunksize = 100
>>> m.Save()
>>> <press Ctrl-D to exit>
% exit
You are simply modifying the values in the object representing your list. To find out what values you can change, what functions there are, et cetera, look in Mailman/MailList.py.
I tried adding this to the FAQ, but it apparently requires a password which you get by joining some other web page: 'At the moment, only PSA members will be told the password. This is a good time to join the PSA! See the PSA home page.' The provided link goes somewhere that doesn't mention anything about joining/subscribing, too busy to look further.
Larry
Lawrence Weeks "Audaces fortuna juvat." dev@anabasis.net
![](https://secure.gravatar.com/avatar/60280cfbdac3ba2b766ef426609ea31f.jpg?s=120&d=mm&r=g)
Dan Mick wrote:
Actually, I did look at it, and perhaps I'm clueless, but it made no sense to me, not knowing perl or python, so I asked for help. Thanks for your input.
-ste
-- Office: (908) 582-7629 Cell: (908) 672-6456 Pager: (888) 290-2057
![](https://secure.gravatar.com/avatar/ecd315024dda2dd6c527d249f4a03e43.jpg?s=120&d=mm&r=g)
Once upon a time (Fri Nov 30), Shaun Erickson wrote:
Dan Mick wrote:
Didn't even bother to look at bin/withlist, did you?
There's a huge example right at the beginning of the script.
It doesn't appear that this has been answered. Here you go:
% su
% cd <mailman installation dir>
% python -i bin/withlist -l mylist
>>> m.admin_member_chunksize = 100
>>> m.Save()
>>> <press Ctrl-D to exit>
% exit
You are simply modifying the values in the object representing your list. To find out what values you can change, what functions there are, et cetera, look in Mailman/MailList.py.
I tried adding this to the FAQ, but it apparently requires a password which you get by joining some other web page: 'At the moment, only PSA members will be told the password. This is a good time to join the PSA! See the PSA home page.' The provided link goes somewhere that doesn't mention anything about joining/subscribing, too busy to look further.
Larry
Lawrence Weeks "Audaces fortuna juvat." dev@anabasis.net
participants (3)
-
Dan Mick
-
Lawrence Weeks
-
Shaun Erickson