------------------------------------------------------------
revno: 1245
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Thu 2013-03-28 15:10:44 -0700
message:
Fixed a bug where the Subject: of the user notification of a
bin/remove_members unsubscribe was not in the user's language.
(LP: 1161445)
Also updated BounceRunner copyright for previous change.
modified:
Mailman/Deliverer.py
Mailman/Queue/BounceRunner.py
NEWS
--
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/Deliverer.py'
--- Mailman/Deliverer.py 2006-07-24 15:20:36 +0000
+++ Mailman/Deliverer.py 2013-03-28 22:10:44 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -81,6 +81,7 @@
def SendUnsubscribeAck(self, addr, lang):
realname = self.real_name
+ i18n.set_language(lang)
msg = Message.UserNotification(
self.GetMemberAdminEmail(addr), self.GetBouncesEmail(),
_('You have been unsubscribed from the %(realname)s mailing list'),
=== modified file 'Mailman/Queue/BounceRunner.py'
--- Mailman/Queue/BounceRunner.py 2013-03-28 21:22:28 +0000
+++ Mailman/Queue/BounceRunner.py 2013-03-28 22:10:44 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
=== modified file 'NEWS'
--- NEWS 2013-03-28 21:22:28 +0000
+++ NEWS 2013-03-28 22:10:44 +0000
@@ -102,6 +102,10 @@
Bug Fixes and other patches
+ - Fixed a bug where the Subject: of the user notification of a
+ bin/remove_members unsubscribe was not in the user's language.
+ (LP: 1161445)
+
- Fixed a bug where BounceRunner could create and leave behind zero length
bounce-events files. (LP: 1161610)
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org