Update of /cvsroot/mailman/mailman/Mailman/Handlers
In directory usw-pr-cvs1:/tmp/cvs-serv22594

Modified Files:
        Replybot.py 
Log Message:
GetAdminEmail() eradication campaign.

process(): Make the notification email appear to come from the
-bounces address.


Index: Replybot.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Handlers/Replybot.py,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -d -r2.7 -r2.8
*** Replybot.py 26 Mar 2002 21:03:33 -0000      2.7
--- Replybot.py 26 Mar 2002 21:07:33 -0000      2.8
***************
*** 93,97 ****
      # Wrap the response.
      text = Utils.wrap(text)
!     outmsg = Message.UserNotification(sender, mlist.GetAdminEmail(),
                                        subject, text, mlist.preferred_language)
      outmsg['X-Mailer'] = _('The Mailman Replybot')
--- 93,97 ----
      # Wrap the response.
      text = Utils.wrap(text)
!     outmsg = Message.UserNotification(sender, mlist.GetBouncesEmail(),
                                        subject, text, mlist.preferred_language)
      outmsg['X-Mailer'] = _('The Mailman Replybot')


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to