On Tue, Jun 29, 2004 at 11:55:06AM -0400, Brian York wrote:
> How can I change a list password from the command line?

$ bin/withlist -l mylist
>>> import sha
>>> m.password = sha.new('supersecretpassword').hexdigest()
>>> m.Save()
>>> {ctrl-D}

If you want to administer from the command line, you really
need to explore 'withlist'.  Look for hints in Mailman/Cgi/ and
Mailman/MemberAdaptor.py (and Digests.py/mm_cfg.py for some
definitions) for things that can be easily manipulated.

-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

Reply via email to