J.A. Terranson wrote: > > We have a list that is likely to be changing domains, but not list >names or IP, in the very near future. Could you point me to a resource >that show the best way to handle this?
If the domain is already known to Mailman, just run fix_url. If not put an add_virtualhost() in mm_cfg.py and then run fix_url. See the FAQ at <http://wiki.list.org/x/gIA9> and perhaps other FAQs turned up by a search for fix_url. There will still be an issue in that links to the listinfo page from the list's archive pages will have the old domain. The ones in the overall table of contents and the current periodic indices will be fixed automatically with the first archived post following the change, but the older indices will not. You can edit them with a script or by hand if there aren't too many, or you can rebuild the archive with "bin/arch --wipe" -- 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 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://wiki.list.org/x/QIA9
