From d98ec864d7ed4b4f68cd77cf87303e6e6610d693 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 5 Aug 2009 11:53:15 -0700 Subject: Replies to commands sent to list-request now come From: list-owner instead of list-bounces. --- Mailman/Queue/CommandRunner.py | 4 ++-- NEWS | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py index 5920b89f..86d4a46c 100644 --- a/Mailman/Queue/CommandRunner.py +++ b/Mailman/Queue/CommandRunner.py @@ -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 @@ To obtain instructions, send a message containing just the word "help". 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') diff --git a/NEWS b/NEWS index e73c3ff7..687f0ac0 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ Here is a history of user visible changes to Mailman. 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. -- cgit v1.2.3