RE: [Mailman-Users] How do I defalut membership list to one longoneinstead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
Thanks for the repy Christopher. 

Yes, I do have root (it's my own gentoo server). Please spell this out for
me as to what commands to run and what files to edit.

d

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 On Behalf Of Christopher Adams
 Sent: Wednesday, April 27, 2005 1:01 PM
 To: mailman-users@python.org
 Subject: Re: [Mailman-Users] How do I defalut membership list 
 to one longoneinstead of broken into alphabet?
 
 Daevid,
 
 If you have command line access, you can use the config_list 
 utility to fetch the configuration for 
 the list in question and add a line with 
 admin_member_chunksize= and make it equal to however many 
 addresses you want to display on your web page.
 
 Let me know if you need more specifics.
 
 Christopher Adams
 
 Daevid Vincent wrote:
 
  And also, how do I make it so the membership list is NOT 
 broken up into
  letter categories. I just want ONE long list of members.
  
  --
  Mailman-Users mailing list
  Mailman-Users@python.org
  http://mail.python.org/mailman/listinfo/mailman-users
  Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
  Searchable Archives: 
 http://www.mail-archive.com/mailman-users%40python.org/
  Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/chris.a.a
 dams%40state.or.us
  
  Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq
 01.027.htp
 
 -- 
 
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: 
 http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/daevid%40
 daevid.com
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq
 01.027.htp
 

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


RE: [Mailman-Users] How do I defalut membership list to one longoneinstead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
Christopher, thank you. That was perfect instructions, I even got ascared
when I saw the Non-standard property restored: admin_member_chunksize
message, and then I read the next line of your email which adressed that!
Hahah! 

 -Original Message-
 From: Christopher Adams [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 27, 2005 2:49 PM
 To: Daevid Vincent
 Subject: Re: [Mailman-Users] How do I defalut membership list 
 to one longoneinstead of broken into alphabet?
 
 cd to your lists/bin directory
 
 
 Issue the command config_list -o /path/to/listname.txt listname
 
 where listname.txt is just a file name that you give the 
 incoming configuration file to reference 
 later and listname is the name of your specific list.
 
 open listname.txt with a text editor. At the bottom of the 
 file, add the following:
 
 admin_member_chunksize = 75
 
 The number '75' represents how many addresses will be 
 viewable when you open your membership list in 
 the admin. You can make it anything you want.
 
 Save your file.
 
 Issue the command config_list -i /path/to/listname.txt listname
 
 You will probably see the message: Non-standard property 
 restored: admin_member_chunksize. That is 
 normal.
 
 Your list configuration is now updated. If not, restart Mailman.
 
 
 
 
 
 
 Daevid Vincent wrote:
  Thanks for the repy Christopher. 
  
  Yes, I do have root (it's my own gentoo server). Please 
 spell this out for
  me as to what commands to run and what files to edit.
  
  d
  
  
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 On Behalf Of Christopher Adams
 Sent: Wednesday, April 27, 2005 1:01 PM
 To: mailman-users@python.org
 Subject: Re: [Mailman-Users] How do I defalut membership list 
 to one longoneinstead of broken into alphabet?
 
 Daevid,
 
 If you have command line access, you can use the config_list 
 utility to fetch the configuration for 
 the list in question and add a line with 
 admin_member_chunksize= and make it equal to however many 
 addresses you want to display on your web page.
 
 Let me know if you need more specifics.
 
 Christopher Adams
 
 Daevid Vincent wrote:
 
 
 And also, how do I make it so the membership list is NOT 
 
 broken up into
 
 letter categories. I just want ONE long list of members.
 
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: 
 
 http://www.mail-archive.com/mailman-users%40python.org/
 
 Unsubscribe: 
 
 http://mail.python.org/mailman/options/mailman-users/chris.a.a
 dams%40state.or.us
 
 Security Policy: 
 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq
 01.027.htp
 
 -- 
 
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: 
 http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/daevid%40
 daevid.com
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq
 01.027.htp
 
  
  
 
 -- 
 Christopher Adams
 Library Systems Analyst
 Oregon State Library
 503-378-4243 258
 [EMAIL PROTECTED]
 
 

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp