aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--INSTALL3
-rw-r--r--Mailman/Defaults.py.in4
2 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ea83e0cf..63eb0b60 100644
--- a/INSTALL
+++ b/INSTALL
@@ -435,6 +435,9 @@ http://sf.net/project/showfiles.php?group_id=103
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
+ Note that you will want to run bin/fix_url.py to change the domain
+ of an existing list.
+
5. Customize Mailman
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index bb9d4e07..03da115b 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -146,6 +146,10 @@ def add_virtualhost(urlhost, emailhost=None):
# And set the default
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
+# Note that you will want to run bin/fix_url.py to change the domain of an
+# existing list. bin/fix_url.py must be run within the bin/withlist script,
+# like so: bin/withlist -l -r bin/fix_url.py <listname>
+
#####