[Mailman-Users] Change list password

Jim Tittsler jwt at OnJapan.net
Fri Jul 2 11:14:25 CEST 2004


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





More information about the Mailman-Users mailing list