aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkikuchi <>2004-10-12 02:44:10 +0000
committertkikuchi <>2004-10-12 02:44:10 +0000
commit81d4e35bcb83ff58e745e138c8a5e6fe368ea310 (patch)
tree82f3ec7d2975f846de2eae89c336c1c096de2bfe
parentf1c2b68077128c9dee7457a0d8086df553df5f35 (diff)
downloadmailman2-81d4e35bcb83ff58e745e138c8a5e6fe368ea310.tar.gz
mailman2-81d4e35bcb83ff58e745e138c8a5e6fe368ea310.tar.xz
mailman2-81d4e35bcb83ff58e745e138c8a5e6fe368ea310.zip
add reference to fix_url.py
-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>
+
#####