[ezmlm-www] Dynamic List Page
Brought to you by:
alexrj
From: Jeffrey C. <jef...@gm...> - 2006-06-07 20:19:39
|
Hello, I am setting up a listserv which will eventually contain a large amount of mailing lists. The number of lists is subject to change on a regular basis, and I am trying to automate most of the administrative processes. I currently have setup ezmlm-web which will allow the list owners to maintain list specifics (add new lists, manage subscriptions, etc.). Every time a new list is added, I do not want to edit the config.pm file and re-create the index.cgi file. I have also tried out using vpopmail to allow for dynamic list generation with the http://lists.example.com?on...@li... syntax, but would prefer to have a webpage that has a listing of all of the mailing lists currently housed on the site. I have also considered writing a small script to be run by cron every 5 minutes or so which checks for any new lists, and if any new lists are available, appends the list information onto the @$lists array in the config.pm file. Is there currently anything within ezmlm-www that I have overlooked which will allow for the functionality that I am looking for? Thanks, -- Jeffrey Chandler jef...@gm... |