------------------------------------------------------------
revno: 1148
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Sun 2008-12-07 11:46:59 -0800
message:
Fixed an issue where list creation would report bad owner email
instead of bad listname when the list name had non-ascii characters.
SF Bug #2126489.
modified:
Mailman/MailList.py
NEWS
=== modified file 'Mailman/MailList.py'
--- a/Mailman/MailList.py 2008-06-30 15:32:26 +0000
+++ b/Mailman/MailList.py 2008-12-07 19:46:59 +0000
@@ -491,7 +491,7 @@
postingaddr = '[EMAIL PROTECTED]' % (name, emailhost)
try:
Utils.ValidateEmail(postingaddr)
- except Errors.MMBadEmailError:
+ except Errors.EmailAddressError:
raise Errors.BadListNameError, postingaddr
# Validate the admin's email address
Utils.ValidateEmail(admin)
=== modified file 'NEWS'
--- a/NEWS 2008-12-07 17:41:12 +0000
+++ b/NEWS 2008-12-07 19:46:59 +0000
@@ -50,6 +50,10 @@
to unicode of a header/footer that was already unicode because of
interpolating a unicode value.
+ - Fixed an issue where list creation would report bad owner email
+ instead of bad listname when the list name had non-ascii characters.
+ SF Bug #2126489.
+
2.1.11 (30-Jun-2008)
New Features
--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1
You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org