------------------------------------------------------------
revno: 1020
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.2
timestamp: Sun 2008-12-07 11:50:43 -0800
message:
  Merged changes from the 2.1 branch.
modified:
  Mailman/MailList.py
  NEWS
    ------------------------------------------------------------
    revno: 984.1.164
    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-08-22 22:16:29 +0000
+++ b/Mailman/MailList.py       2008-12-07 19:50:43 +0000
@@ -493,7 +493,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 19:49:42 +0000
+++ b/NEWS      2008-12-07 19:50:43 +0000
@@ -91,6 +91,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



--
Active development version (web u/i update)
https://code.launchpad.net/~mailman-coders/mailman/2.2

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

Reply via email to