diff options
| author | klm | 1998-04-23 14:33:38 +0000 |
|---|---|---|
| committer | klm | 1998-04-23 14:33:38 +0000 |
| commit | 16df979b80a450f93106bfbc02cd9f87e2d33436 (patch) | |
| tree | 1ca9fa08ea20fbec3a8679b9e188bf54ce86edba | |
| parent | 59ae9330c696df8df6dd484f4c22d3128acce832 (diff) | |
| download | mailman-16df979b80a450f93106bfbc02cd9f87e2d33436.tar.gz mailman-16df979b80a450f93106bfbc02cd9f87e2d33436.tar.zst mailman-16df979b80a450f93106bfbc02cd9f87e2d33436.zip | |
| -rw-r--r-- | Mailman/Utils.py | 4 | ||||
| -rw-r--r-- | modules/mm_utils.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 77113491b..cde26f78a 100644 --- a/Mailman/Utils.py +++ b/Mailman/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.""" 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.""" |
