On 02/10/2014 09:39 PM, George Kasica wrote:

How does your script work exactly? Where do I find what I use for variables
and what they are now? Almost looks like config_list might be better.


My script is just a front end to config_list so you can to something like

/path/to/set_attributes volume=25 next_digest_number=1 LISTNAME

instead of putting lines like

volume=25
next_digest_number=1

in a file and running

bin/config_list -i /path/to/file LISTNAME

As far as what you can use for variables and what they currently are, you could do

bin/dumpdb lists/LISTNAME/config.pck

to see what's there, most of which is viewable, settable via the web admin interface. In order to understand what the meaning of any list attribute is, if it's in the web admin UI, it's described there, otherwise, you have to look at code. E.g.,

grep -r next_digest_number /path/to/mailman/

to find the modules that reference it, and then look at those modules.


Changes made but one question - on the web based Archives page I still see
an entry for the gzipp'd version but it now goes nowhere and throws a page
not found. How do I get rid of that:


The next time the page is updated by Mailman which I think will happen with the next post to the list, or if not, with the next post in a new period (month), Mailman will correct those links. In the mean time, you can edit archives/private/LISTNAME/index.html and just remove the '.gz' from the hrefs.

--
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
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to