From f0763fc617af7ca8386351c71058f4472443b87a Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 30 Jul 2008 08:58:02 -0700 Subject: Changed ListAdmin.py to make rejected post messages From: the -owner address instead of the -bounces address. --- Mailman/ListAdmin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman') diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index ba486e09..191b76f8 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2004 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2008 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 @@ -499,7 +499,7 @@ class ListAdmin: subject = _('Request to mailing list %(realname)s rejected') finally: i18n.set_translation(otrans) - msg = Message.UserNotification(recip, self.GetBouncesEmail(), + msg = Message.UserNotification(recip, self.GetOwnerEmail(), subject, text, lang) msg.send(self) -- cgit v1.2.3