summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-09-29 15:10:52 -0400
committerBarry Warsaw2007-09-29 15:10:52 -0400
commite4803f3b4191ebab676d70231e82d34788be1772 (patch)
tree81cc1c414a9c8e747557a9c29ff3a11ea4814721 /Mailman/Defaults.py
parent3e9ed398b6a05c69daca14c8226ca7f57c164c21 (diff)
downloadmailman-e4803f3b4191ebab676d70231e82d34788be1772.tar.gz
mailman-e4803f3b4191ebab676d70231e82d34788be1772.tar.zst
mailman-e4803f3b4191ebab676d70231e82d34788be1772.zip
Diffstat (limited to 'Mailman/Defaults.py')
-rw-r--r--Mailman/Defaults.py21
1 files changed, 7 insertions, 14 deletions
diff --git a/Mailman/Defaults.py b/Mailman/Defaults.py
index 8e55057e6..90dddfa53 100644
--- a/Mailman/Defaults.py
+++ b/Mailman/Defaults.py
@@ -89,14 +89,6 @@ NO_REPLY_ADDRESS = 'noreply'
# a human.
SITE_OWNER_ADDRESS = 'changeme@example.com'
-# DEFAULT_HOST_NAME has been replaced with DEFAULT_EMAIL_HOST, however some
-# sites may have the former in their mm_cfg.py files. If so, we'll believe
-# that, otherwise we'll believe DEFAULT_EMAIL_HOST. Same for DEFAULT_URL.
-DEFAULT_HOST_NAME = None
-DEFAULT_URL = None
-
-HOME_PAGE = 'index.html'
-
# Normally when a site administrator authenticates to a web page with the site
# password, they get a cookie which authorizes them as the list admin. It
# makes me nervous to hand out site auth cookies because if this cookie is
@@ -1342,12 +1334,13 @@ from Version import *
# element being the description, as described in the catalogs, and second
# element is the language charset. I have chosen code from /usr/share/locale
# in my GNU/Linux. :-)
-# TK: Now the site admin can select languages for the installation from
-# those in the distribution tarball. We don't touch add_language() function
-# for backward compatibility in mm_cfg.py syntax. You may have to add your
-# own language in mm_cfg.py if it is not included in the distribution even
-# if you had put language files in source directory and configured by
-# `--with-languages' option.
+#
+# TK: Now the site admin can select languages for the installation from those
+# in the distribution tarball. We don't touch add_language() function for
+# backward compatibility. You may have to add your own language in your
+# mailman.cfg file, if it is not included in the distribution even if you had
+# put language files in source directory and configured by `--with-languages'
+# option.
def _(s):
return s