[Mailman-Developers] referring fix_url.py

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Mon Oct 11 02:32:28 CEST 2004


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:





More information about the Mailman-Developers mailing list