[Mailman-Users] Urgent newbie help - "Hit a bug" page

Mark Sapiro msapiro at value.net
Sat Mar 3 04:17:43 CET 2007


Mark Sapiro wrote:
>
>Try the following shell script
>
>#! /bin/sh
>for list in `/path/to/bin/list_lists --bare`
>do echo ----------------------------------
>echo list: $list
>/path/to/bin/dumpdb /path/to/lists/$list/config.pck | grep advertised
>echo -----------------------------------
>done


BTW, this will only identify the problem list. If the only thing wrong
with it is the missing advertised attribute, you can fix it with
withlist.

bin/withlist -l listname
...
...
>>> m.advertised = 1
>>> m.Save()
>>>
...

The last input is control-D (eof). If the list should not be
advertised, then set m.advertised = 0.

-- 
Mark Sapiro <msapiro at value.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