------------------------------------------------------------
revno: 996
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.2
timestamp: Wed 2008-07-30 09:00:03 -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 16:00:03 +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)
--
Dormant development version (web u/i update)
https://code.launchpad.net/~mailman-coders/mailman/2.2
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