[Mailman-Users] List all users on one page

Schwartz, Robert - IS Robert.Schwartz at itt.com
Fri Apr 30 20:01:28 CEST 2010


This is the same question I have.  I don't know how to use to script in Windows XP.  I only use to web to get to my mail.  Nothing is saved on my system.


Re: [Mailman-Users] List all users on one page

Mark Sapiro
Wed, 21 Apr 2010 20:10:41 -0700

Brian Luria

>

>Where is the best place for me to start understanding terminal commands like

>you list there. I am honestly not even sure where to start. I am only used

>to the web based interface.





The FAQ at <http://wiki.list.org/x/z4A9> lists the commands and what

they do.



Each command has a --help option that gives the usage and options for

the command.



The two most useful commands for manipulating non GUI things or things

for all lists at once are bin/withlist and bin/config_list. Withlist

can run Python scripts against one or all lists and can invoke an

interactive Python interpreter with a list instance that can be

examined and changed interactively, but this requires both Python

knowledge and some knowledge of Mailman internals.



bin/config_list is more "friendly". For example, in this case you would

just create a file containing the single line



admin_member_chunksize = 100



or whatever number you need, and run



  bin/config_list --inputfile /path/to/above/file listname



________________________________
This e-mail and any files transmitted with it may be proprietary and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender.
Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Corporation. The recipient should check this e-mail and any attachments for the presence of viruses. ITT accepts no liability for any damage caused by any virus transmitted by this e-mail.


More information about the Mailman-Users mailing list