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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to