ed wrote: >OK, I still feel dumb and have drank all the available coffee, so now I >will ask. >Can someone point me to where to find the info on how/where to edit the >"umbrella" listinfo page? (http://forktechs.com/mailman/listinfo)
The listinfo overview is built on the fly (there's no template) by the listinfo_overview() function in the module Mailman/Cgi/listinfo.py. In order to change it (other than for the colors which you can set in mm_cfg.py) you need to modify the code in that module. A similar situation exists with the admin overview and admin_overview() in Mailman/Cgi/admin.py. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
