"Mark Sapiro" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Joshua Beall wrote:
>>
>>Is there a way to globally reset the digest option to "on" or "off" for 
>>all
>>subscribers?
>
> You can use bin/withlist to do this. The following is an example of an
> interactive withlist session that does this for a list named
> 'listname'. The >>> and ... are Python prompts. At the second ...
> prompt, just type the return or enter key. At the last >>> prompt,
> type control-D.
>
>
> $ bin/withlist -l listname
> Loading list listname (locked)
> The variable `m' is the listname MailList instance
>>>> from Mailman import mm_cfg
>>>> for member in m.getDigestMemberKeys():
> ...     m.setMemberOption(member, mm_cfg.Digests, 0)
> ...
>>>> m.Save()
>>>>
> Unlocking (but not saving) list: mailman
> Finalizing
> $

I take it then that there is no way to do this with an existing script/admin 
tool? 



------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to