Zbigniew Szalbot wrote: > >Mark Sapiro pisze: > >> If you want to set digestable to No for all existing lists, you could >> run something like >> >> >> #! /bin/bash >> cd /path/to/mailman >> temp=`mktemp` >> echo digestable = 0 > $temp >> for list in `bin/list_lists --bare` ; do >> bin/config_list -i $temp $list >> echo --- digest members in $list --- >> bin/list_members --digest >> done >> rm $temp > >I did run it but I get > >List name is required >--- digest members in general.test --- >List all the members of a mailing list. > >Usage: bin/list_members [options] listname [...]
My mistake. line 8 (of 10) in the above script should be bin/list_members --digest $list -- Mark Sapiro <[EMAIL PROTECTED]> 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://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=show&file=faq01.027.htp