Re: [Mailman-Users] Displaying Entire Membership List

2009-06-01 Thread Mark Sapiro
Charles Gregory wrote: > >Rather than limit the display to addresses beginning with the specified >letter, why not just have the listing *start* at the specified letter, >but continue to the end of the full list of members? If I select 'P' >the list would start at 'P' and continue with 'Q' and 'R

Re: [Mailman-Users] Displaying Entire Membership List

2009-06-01 Thread Charles Gregory
On Mon, 1 Jun 2009, LuKreme wrote: It's been an RFE for some time . I understand that for lists of one or two hundred members, it might be desirable to show two to four pages of 50, but with thousands of members, the alphabetic chunks may be preferr

Re: [Mailman-Users] Displaying Entire Membership List

2009-06-01 Thread LuKreme
On 31-May-2009, at 19:23, Mark Sapiro wrote: LuKreme wrote: Is there anyway to have it never ever use the new (well, not new anymore, I suppose) alphabetic chunks no matter what? I'd much prefer 100 per page, for as many pages as it takes. It's been an RFE for some time

Re: [Mailman-Users] Displaying Entire Membership List

2009-05-31 Thread Mark Sapiro
LuKreme wrote: > >Is there anyway to have it never ever use the new (well, not new >anymore, I suppose) alphabetic chunks no matter what? I'd much prefer >100 per page, for as many pages as it takes. It's been an RFE for some time . I understa

Re: [Mailman-Users] Displaying Entire Membership List

2009-05-31 Thread LuKreme
On 31-May-2009, at 15:48, Mark Sapiro wrote: So now your Membership List for that list will be all on one page until it exceeds 5000 members at which point it will be in alphabetical chunks. Well, I set it to 100, not 5000 :) Is there anyway to have it never ever use the new (well, not new

Re: [Mailman-Users] Displaying Entire Membership List

2009-05-31 Thread Mark Sapiro
LuKreme wrote: >On 31-May-2009, at 15:15, Mark Sapiro wrote: >> #!/bin/sh >> f=`mktemp` >> echo "admin_member_chunksize = 5000" > $f >> bin/config_list -i $f LISTNAME >> rm $f > > >this got me: > >usage: mktemp [-d] [-q] [-t prefix] [-u] template ... >mktemp [-d] [-q] [-u] -t prefix Sorr

Re: [Mailman-Users] Displaying Entire Membership List

2009-05-31 Thread LuKreme
On 31-May-2009, at 15:15, Mark Sapiro wrote: #!/bin/sh f=`mktemp` echo "admin_member_chunksize = 5000" > $f bin/config_list -i $f LISTNAME rm $f this got me: usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix I did this manually and got: Non-standar

Re: [Mailman-Users] Displaying Entire Membership List

2009-05-31 Thread Mark Sapiro
LuKreme wrote: > > >I have a list with 32 users and I get this (annoying) display instead >of just a list of users. As far as I could tell, there is no default >value for this, and if it is unset, even one users causes this display. What does the above mean? >I have > >mm_cfg.py:ADMIN_MEMBE

Re: [Mailman-Users] Displaying Entire Membership List

2009-05-31 Thread LuKreme
On 1-Mar-2009, at 08:22, Mark Sapiro wrote: This is not the way the Membership Management... -> Membership List page in recent Mailman works. If there are more than admin_member_chunksize members, the list is broken into pages by the first character of the email address. I have a list with 32

Re: [Mailman-Users] Displaying Entire Membership List

2009-03-02 Thread Ed Corcoran
Hi Mark, What Mailman version is this... Not sure as it is supplied by my host at hostgo.com You aren't by chance seeing only the 152 "A"s (or whatever's first) ... AHH! That was exactly the problem. So there really was no problem, just cockpit error. Thanks a bunch. Ed Corcoran ---

Re: [Mailman-Users] Displaying Entire Membership List

2009-03-01 Thread Lindsay Haisley
On Sun, 2009-03-01 at 07:22 -0800, Mark Sapiro wrote: > You aren't by chance seeing only the 152 "A"s (or whatever's first) and > never looking at the other letters/digits? Definitive count of list members: sudo su - mailman list_members |wc -l -- Lindsay Haisley | "The difference be

Re: [Mailman-Users] Displaying Entire Membership List

2009-03-01 Thread Mark Sapiro
Ed Corcoran wrote: >I have 1869 members on my mailing list. How do you know ? >My Membership List only displays 152 of them -- 150 in >blocks of 50 (as per my Chunk Size) and a 4th page with only 2. What Mailman version is this and where are you seeing these members? This is not the way th

[Mailman-Users] Displaying Entire Membership List

2009-02-28 Thread Ed Corcoran
I have 1869 members on my mailing list. My Membership List only displays 152 of them -- 150 in blocks of 50 (as per my Chunk Size) and a 4th page with only 2. I have added and subtracted members with no problem, and when I send a message it apparently goes to everyone, but I can only see the 15

Re: [Mailman-Users] Displaying Entire Membership List

2004-10-03 Thread Mark Sapiro
Mark Pallo wrote: > >Under the menu path of Membership Management...[Membership List] I am trying >to enter a search string which will return the entire list of my members >when using Find member (help): > >Can someone provide me with the proper search string? I am using 2.1.5. > Lots of patterns

Re: [Mailman-Users] Displaying Entire Membership List

2004-10-02 Thread Brad Knowles
At 6:15 PM -0400 2004-10-02, Mark Pallo wrote: Under the menu path of Membership Management...[Membership List] I am trying to enter a search string which will return the entire list of my members when using Find member (help): Can someone provide me with the proper search string? I am using 2

[Mailman-Users] Displaying Entire Membership List

2004-10-02 Thread Mark Pallo
Hello, Under the menu path of Membership Management...[Membership List] I am trying to enter a search string which will return the entire list of my members when using Find member (help): Can someone provide me with the proper search string? I am using 2.1.5. Thank you -Mark --