Update of /cvsroot/mailman/mailman/Mailman
In directory usw-pr-cvs1:/tmp/cvs-serv13009/Mailman
Modified Files:
HTMLFormatter.py
Log Message:
GetAdminEmail() eradication campaign.
GetStandardReplacements(): Expand <mm-owner> tags to the -owner
address. This is more appropriate than the -bounces address because
it reaches the human without going through the bounce processor.
Since this ends up in a message that a human will act on, it's the
correct address to use.
Index: HTMLFormatter.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/HTMLFormatter.py,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -d -r2.29 -r2.30
*** HTMLFormatter.py 23 Mar 2002 06:44:38 -0000 2.29
--- HTMLFormatter.py 26 Mar 2002 20:39:27 -0000 2.30
***************
*** 383,387 ****
'<mm-posting-addr>' : '%s' % self.GetListEmail(),
'<mm-request-addr>' : '%s' % self.GetRequestEmail(),
! '<mm-owner>' : self.GetAdminEmail(),
'<mm-reminder>' : self.FormatReminder(self.preferred_language),
'<mm-host>' : self.host_name,
--- 383,387 ----
'<mm-posting-addr>' : '%s' % self.GetListEmail(),
'<mm-request-addr>' : '%s' % self.GetRequestEmail(),
! '<mm-owner>' : self.GetOwnerEmail(),
'<mm-reminder>' : self.FormatReminder(self.preferred_language),
'<mm-host>' : self.host_name,
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins