So I had a list configuration get hosed recently, and unfortunately, my only backups were from after the configuration got hosed.
Fortunately, I had a Mailman subscription log dating back to before the list was created, so I decided to throw together a little script to rebuild the subscriber list. Anyway, this isn't perfect / well thought-out, and isn't really designed in a super user-friendly way, but thought I'd throw it out there in case it helps out someone in a similar spot in the future. The script reads a file named "subscribe" in the current directory, and writes out a list of regular and digest subscribers based on that log (you'd have to change the paths around if you don't want to write to /tmp/digestfile and /tmp/regularfile). w
------------------------------------------------------ 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/ 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
