------------------------------------------------------------
revno: 1067
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Wed 2009-08-05 11:56:03 -0700
message:
  Replies to commands sent to list-request now come From: list-owner
  instead of list-bounces.
modified:
  Mailman/Queue/CommandRunner.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/Queue/CommandRunner.py'
--- Mailman/Queue/CommandRunner.py	2007-11-09 20:25:33 +0000
+++ Mailman/Queue/CommandRunner.py	2009-08-05 18:56:03 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 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
@@ -190,7 +190,7 @@
             return
         msg = Message.UserNotification(
             recip,
-            self.mlist.GetBouncesEmail(),
+            self.mlist.GetOwnerEmail(),
             _('The results of your email commands'),
             lang=self.msgdata['lang'])
         msg.set_type('multipart/mixed')

=== modified file 'NEWS'
--- NEWS	2009-08-01 23:12:35 +0000
+++ NEWS	2009-08-05 18:56:03 +0000
@@ -72,6 +72,9 @@
 
   Bug Fixes and other patches
 
+    - Replies to commands sent to list-request now come From: list-owner
+      instead of list-bounces.
+
     - Mailman no longer folds long sub-part headers in multipart messages.
       In addition, Mailman no longer escapes From_ lines in the body of
       messages sent to regular list members, although MTA's may do it anyway.

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

Reply via email to