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

2010-01-27 Thread Tim Van Dyne
x27; (requires authorization)'), 59 '', 60 Link(Utils.ScriptURL('listinfo'), 61 _('Overview of all %(hostname)s mailing lists')), 62 '', MailmanLogo(.Format()

[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

Re: [Mailman-Users] Listinfo columns - can I wrap text

2010-01-20 Thread Tim Van Dyne
-Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Wednesday, January 20, 2010 11:05 AM To: Tim Van Dyne; mailman-users@python.org Subject: Re: [Mailman-Users] Listinfo columns - can I wrap text Tim Van Dyne wrote: >Does anyone know of a way that I can hardcode th

[Mailman-Users] Listinfo columns - can I wrap text

2010-01-20 Thread Tim Van Dyne
Does anyone know of a way that I can hardcode the size of the columns and wrap the list name text? I'm running into the issue where some list names are lengthy and the description text is getting smashed to the right, primarily because we have our mailman page wrapped into our site's frame. I not

[Mailman-Users] List members who are not moderated

2010-01-13 Thread Tim Van Dyne
Is there a quick & easy way (preferably CLI) to just list all members who do *not* have their mod bit set? The same way that you can list members who have digest set. I've looked around a bit and there doesn't seem to be any discussion about this that I can find. -Tim- --

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Tim Van Dyne
Tim Van Dyne wrote: >>I'm assuming I would change $prefix/Mailman/Handlers/Cleanse.py somehow >>then. >>So, of this, what would I change?: >> [...] >>msg['From'] = formataddr((i18ndesc, mlist.GetListEmail())) >Change the above line to &g

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Tim Van Dyne
ddr((i18ndesc, mlist.GetListEmail())) msg['Reply-To'] = mlist.GetListEmail() Or am I going in the wrong direction? I'm looking to just take the description out of the equation for anonymous_list. -Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Se

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Tim Van Dyne
Tim Van Dyne wrote: >>I just upgraded to 2.1.9 and it seems that Personalization now re-writes >>the "Sender" or "From" field on all recipients' emails to use the >>'description' of the list. I've been unsuccessful in disabling this >

[Mailman-Users] Personalization - How do I explicitly disable Sender field rewrite

2009-11-19 Thread Tim Van Dyne
I just upgraded to 2.1.9 and it seems that Personalization now re-writes the "Sender" or "From" field on all recipients' emails to use the 'description' of the list. I've been unsuccessful in disabling this unless I delete the description field, but then there would be no description on the listin