[Mailman-Users] Displaying Entire Membership List

Mark Sapiro mark at msapiro.net
Sun May 31 23:48:05 CEST 2009


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


Sorry, my mktemp doesn't require a 'template'.


>I did this manually and got:
>
>Non-standard property restored: admin_member_chunksize
>
>is that an error or a success?


That is a success, it means that admin_member_chunksize is a list
attribute but is not in the GUI.

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.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list