------------------------------------------------------------
revno: 1074
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Fri 2009-09-11 13:51:38 -0700
message:
  The log messages and admin notifications for the 'other' lists in a global
  change of address reported the wrong list name.  Fixed.
modified:
  Mailman/MailList.py


--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
=== modified file 'Mailman/MailList.py'
--- Mailman/MailList.py	2008-12-07 19:50:43 +0000
+++ Mailman/MailList.py	2009-09-11 20:51:38 +0000
@@ -1178,7 +1178,7 @@
                         mlist.removeMember(oldaddr)
                 else:
                     mlist.changeMemberAddress(oldaddr, newaddr)
-                    self.log_and_notify_admin(oldaddr, newaddr)
+                    mlist.log_and_notify_admin(oldaddr, newaddr)
                 mlist.Save()
             finally:
                 mlist.Unlock()

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to