[Mailman-Users] Configuration Change Log for list owner actions?

2010-03-20 Thread Uwe Baumbach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

has mailman any log or other mechanism to store changes in list
configuration by list owners?

Are there suggestions how to achive this with add-ons?

Our goal is to support admin group members to follow actions of the
others... or at least (as an site admin) to respond to their questions
in critical situations.

THX.

Uwe (Baumbach)
u.baumb...@web.de

- -- 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkujuvMACgkQFEbayCH8zXn0OwCeNrXG+uimbLYBwNchntHJd1JV
mtUAoNlRhofWvLHng7dCxRWIkPLQRYhf
=+Kik
-END PGP SIGNATURE-
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Configuration Change Log for list owner actions?

2010-03-20 Thread Mark Sapiro
Uwe Baumbach wrote:

has mailman any log or other mechanism to store changes in list
configuration by list owners?


No. (except that obviously, it does save the changed configuration, but
it doesn't track the changes)


Are there suggestions how to achive this with add-ons?

Our goal is to support admin group members to follow actions of the
others... or at least (as an site admin) to respond to their questions
in critical situations.


Before any changes are made, do

 bin/dumpdb lists/LISTNAME/config.pck  base_config

Then do

 bin/dumpdb lists/LISTNAME/config.pck | diff -u base_config -

to see changes.

Or possibly capture the http POST transactions to the list admin web
page in your web server or on the wire.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org