Re: [Mailman-Users] Mailman moderator email links variable

2010-01-27 Thread Mark Sapiro
Mark Sapiro wrote: > >If what you want is to have the text italicized except for the >addresses, you can replace Address in line 52 with Italic and replace >... at line 49 with Ooops. This is wrong because the Italic class generates an tag, not an tag, so if you replace Address with Italic

Re: [Mailman-Users] Mailman moderator email links variable

2010-01-27 Thread Mark Sapiro
Tim Van Dyne wrote: >Okay well I changed the emails successfully to the moderator email >addresses and removed the mailto: because these are announce-only lists, >and having real emails would defeat the purpose of the obscuring. >The last thing I'm trying to figure out with this section is how to

Re: [Mailman-Users] Mailman moderator email links variable

2010-01-27 Thread Tim Van Dyne
Okay well I changed the emails successfully to the moderator email addresses and removed the mailto: because these are announce-only lists, and having real emails would defeat the purpose of the obscuring. The last thing I'm trying to figure out with this section is how to take away the italics tag

[Mailman-Users] Mailman moderator email links variable

2010-01-27 Thread Tim Van Dyne
After wading through the configs & google for a few hours I figure I'd just ask. Is there a variable that I can use to display moderator email address links. The same way owner_link is defined in HTMLFormatter.py: owner_link = Link('mailto:' + self.GetOwnerEmail(), ownertext).Format() The goal