summaryrefslogtreecommitdiff
path: root/modules/mm_utils.py
diff options
context:
space:
mode:
authorklm1998-04-23 14:33:38 +0000
committerklm1998-04-23 14:33:38 +0000
commit16df979b80a450f93106bfbc02cd9f87e2d33436 (patch)
tree1ca9fa08ea20fbec3a8679b9e188bf54ce86edba /modules/mm_utils.py
parent59ae9330c696df8df6dd484f4c22d3128acce832 (diff)
downloadmailman-16df979b80a450f93106bfbc02cd9f87e2d33436.tar.gz
mailman-16df979b80a450f93106bfbc02cd9f87e2d33436.tar.zst
mailman-16df979b80a450f93106bfbc02cd9f87e2d33436.zip
Diffstat (limited to 'modules/mm_utils.py')
-rw-r--r--modules/mm_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mm_utils.py b/modules/mm_utils.py
index 77113491b..cde26f78a 100644
--- a/modules/mm_utils.py
+++ b/modules/mm_utils.py
@@ -5,7 +5,7 @@ message and address munging, a handy-dandy routine to map a function on all
the maillists, the Logging routines, and whatever else doesn't belong
elsewhere."""
-__version__ = "$Revision: 437 $"
+__version__ = "$Revision: 462 $"
import sys, string, fcntl, os, random, regsub, re
@@ -35,7 +35,7 @@ valid_toplevels = ["com", "edu", "gov", "int", "mil", "net", "org",
"sj", "sz", "se", "ch", "sy", "tw", "tj", "tz", "th", "tg", "tk",
"to", "tt", "tn", "tr", "tm", "tc", "tv", "ug", "ua", "um", "us",
"uy", "uz", "vu", "va", "ve", "vn", "vg", "vi", "wf", "eh", "ws",
-"ye", "yu", "zr", "zm", "zw"]
+"ye", "yu", "zr", "zm", "zw", "su"]
def list_names():
"""Return the names of all lists in default list directory."""