diff options
author | tkikuchi <> | 2004-10-12 02:44:10 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-10-12 02:44:10 +0000 |
commit | 81d4e35bcb83ff58e745e138c8a5e6fe368ea310 (patch) | |
tree | 82f3ec7d2975f846de2eae89c336c1c096de2bfe /Mailman/Defaults.py.in | |
parent | f1c2b68077128c9dee7457a0d8086df553df5f35 (diff) | |
download | mailman2-81d4e35bcb83ff58e745e138c8a5e6fe368ea310.tar.gz mailman2-81d4e35bcb83ff58e745e138c8a5e6fe368ea310.tar.xz mailman2-81d4e35bcb83ff58e745e138c8a5e6fe368ea310.zip |
add reference to fix_url.py
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r-- | Mailman/Defaults.py.in | 4 |
1 files changed, 4 insertions, 0 deletions
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> + ##### |