Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-19 Thread Charles Marcus
On 12/18/2007, Brad Knowles ([EMAIL PROTECTED]) wrote: On the web interface, the closest we get is the Membership Management section. If you have more users on the list than a certain built-in site-wide default, then this will be broken down by the first letter of their e-mail address.

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-19 Thread Charles Marcus
Charles Marcus, on 12/19/2007 7:39 AM, said the following: On 12/18/2007, Brad Knowles ([EMAIL PROTECTED]) wrote: On the web interface, the closest we get is the Membership Management section. If you have more users on the list than a certain built-in site-wide default, then this will be

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-19 Thread Brad Knowles
On 12/19/07, Charles Marcus wrote: Where is this default set? From /usr/local/mailman/Mailman/Defaults.py: # How many members to display at a time on the admin cgi to unsubscribe them # or change their options? DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 30 Note that I believe this is only consulted

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-19 Thread Dragon
Charles Marcus sent the message below at 09:13 12/19/2007: Charles Marcus, on 12/19/2007 7:39 AM, said the following: On 12/18/2007, Brad Knowles ([EMAIL PROTECTED]) wrote: On the web interface, the closest we get is the Membership Management section. If you have more users on the list than

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-19 Thread Charles Marcus
Mark Sapiro, on 12/19/2007 1:36 PM, said the following: Charles Marcus wrote: Answering myself, found it digging through Defaults.py... DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 30 is the default, which I just counted, and I currently have 30, so that was it... Bumped it up to 50 in mm_cfg.py and

[Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Matt Smith
Hello, We host several lists here and I would like to know how to list users/subscribers list by list. Is there an easy way of doing that? Thank you, Matthew Smith Tampa Bay Library Consortium 813-622-8252 X229 [EMAIL PROTECTED]

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Troy Knabe
$prefix/mailman/bin/list_members $listname -Troy On Dec 17, 2007, at 9:18 AM, Matt Smith wrote: Hello, We host several lists here and I would like to know how to list users/subscribers list by list. Is there an easy way of doing that? Thank you, Matthew Smith Tampa Bay

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Lev Lafayette
You know... I've been thinking that this would be a really handy on the web admin interface as well as the command line. (Apologies if it does already exist as an option I simply haven't noticed it) Regards, Lev On Tue, 2007-12-18 at 07:12 -0800, Troy Knabe wrote:

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Lev Lafayette
On Tue, 2007-12-18 at 17:03 -0600, Brad Knowles wrote: On 12/19/07, Lev Lafayette wrote: You know... I've been thinking that this would be a really handy on the web admin interface as well as the command line. On the web interface, the closest we get is the Membership Management

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Brad Knowles
On 12/19/07, Lev Lafayette wrote: You know... I've been thinking that this would be a really handy on the web admin interface as well as the command line. On the web interface, the closest we get is the Membership Management section. If you have more users on the list than a certain

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Brad Knowles
On 12/19/07, Lev Lafayette wrote: *nods* Which requires a screen scrape to get a copy of membership of the mailing list in text form. You can also get a copy of the list sent to you by using the e-mail interface. See FAQ 3.62 at

Re: [Mailman-Users] Help a newbie out! How to list users of a specific list

2007-12-18 Thread Allan Hansen
I have a web page (password protected) with a form that accepts requests to have the membership lists sent to the requester via email. The forms' CGI Perl script generates files on the server with these requests. A cron job with the proper privileges checks the file content and then uses the