------------------------------------------------------------
revno: 1122
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Wed 2008-07-30 08:58:02 -0700
message:
Changed ListAdmin.py to make rejected post messages From: the -owner address
instead of the -bounces address.
modified:
Mailman/ListAdmin.py
=== modified file 'Mailman/ListAdmin.py'
--- a/Mailman/ListAdmin.py 2005-08-27 01:40:17 +0000
+++ b/Mailman/ListAdmin.py 2008-07-30 15:58:02 +0000
@@ -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 @@
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)
--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1
You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org