aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authorTokio Kikuchi <tkikuchi@is.kochi-u.ac.jp>2007-11-16 11:48:35 +0900
committerTokio Kikuchi <tkikuchi@is.kochi-u.ac.jp>2007-11-16 11:48:35 +0900
commit8f5d8d2eb9e8bf62a598f126419d18eb3163050e (patch)
treee9dd5c5e73bed1b75811ff7614ba6489c2cd48f1 /Mailman/MailList.py
parentba98caf52c18dea4ea244c092617677bdbb01015 (diff)
parent70689d7eb61f8c852a6a02be1d65c86cde06bde2 (diff)
downloadmailman2-8f5d8d2eb9e8bf62a598f126419d18eb3163050e.tar.gz
mailman2-8f5d8d2eb9e8bf62a598f126419d18eb3163050e.tar.xz
mailman2-8f5d8d2eb9e8bf62a598f126419d18eb3163050e.zip
merge and commit
Diffstat (limited to '')
-rw-r--r--Mailman/MailList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index e07e23aa..b08b5973 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -470,6 +470,7 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin,
#
def Create(self, name, admin, crypted_password,
langs=None, emailhost=None):
+ assert name == name.lower(), 'List name must be all lower case.'
if Utils.list_exists(name):
raise Errors.MMListAlreadyExistsError, name
# Validate what will be the list's posting address. If that's