Hi developers, Since there are so many questions on 'how to fix exsiting list url', I want to add comments on fix_url.py in the ditribution documents. I am not a native english writer, so can someone fix my patch? TIA Tokio Index: INSTALL =================================================================== --- INSTALL (.../trunk) (revision 68) +++ INSTALL (.../branches/test_branch) (revision 68) @@ -435,7 +435,10 @@ add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) + Note that you may also want to run bin/fix_url.py to change + existing lists' domain. + 5. Customize Mailman You should do these steps using the account you installed Mailman Index: Mailman/Defaults.py.in =================================================================== --- Mailman/Defaults.py.in (.../trunk) (revision 68) +++ Mailman/Defaults.py.in (.../branches/test_branch) (revision 68) @@ -137,6 +137,8 @@ # VIRTUAL_HOST['www.dom.ain'] # ==> 'dom.ain' # +# Note also that you have to run bin/fix_url.py if you want to change existing +# lists' domain. Read the help output from the script for detail. def add_virtualhost(urlhost, emailhost=None): DOT = '.' if emailhost is None: