Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Stephen J. Turnbull
Dragon writes: Yes, it could be done now, but it requires changes to the mailman code that generates the page. But the header I'm talking about is an *HTTP* header. It seems plausible that it requires only *one* change to the routine that marshals the headers or to the httpd configuration,

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Brad Knowles
At 10:53 PM -0700 4/24/07, Dragon wrote: But, I think that in the long run, converting all HTML output of mailman to a template based system with the ability to fully customize the interface is the direction it should go. I think that Barry (and pretty much everyone else related to the

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Ivan Van Laningham
Hi All-- On 4/25/07, Stephen J. Turnbull [EMAIL PROTECTED] wrote: But the header I'm talking about is an *HTTP* header. It seems plausible that it requires only *one* change to the routine that marshals the headers or to the httpd configuration, giving a mildly enormous increase in

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Bryan Carbonnell
On 4/24/07, Brad Knowles [EMAIL PROTECTED] wrote: At 1:30 PM -0700 4/24/07, Dragon wrote: Actually no, those are not the best way to do this IMO. If ALL of the web pages were template-based, it would be a simple matter of defining the CSS you want in a CSS file and adding it to the page

[Mailman-Users] List Query

2007-04-25 Thread Matt Zimmerman
In mailman is it possible to send a email to a certain list and recieve a list of the members on that list? Thanks, Matt -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Christopher X. Candreva
On Wed, 25 Apr 2007, Brad Knowles wrote: project) would agree. However, who's actually going to write the code to do this? When is that going to be incorporated into the mainstream codebase, and for which version? Is there a standard template library for Python, ala Template::Toolkit for

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Ivan Van Laningham
Hi All-- I did a quick experiment. Here's the head I came up with. Note that what I had posted earlier, /Javascript/mailman.css, will not work, and neither /mailman.css nor mailman.css will work. However, it would be easy to make the style sheet dependent on the list name also: instead of

Re: [Mailman-Users] Request for some additional configuration features

2007-04-25 Thread D G Teed
On 4/24/07, Brad Knowles [EMAIL PROTECTED] wrote: At 4:17 PM -0300 4/24/07, D G Teed wrote: 1. We are not interested in RFC 2369 headers in email. None of our mailing lists are public lists driven by users opting in/out. Users are on the list and we don't allow them access to the

[Mailman-Users] data/pending.pck

2007-04-25 Thread Steve Burling
Only because I'm anal-retentive... Now that our upgrade/migration of Mailman has settled down, I've noticed from my nightly 'mmdsr' run that data/pending.pck is just sitting there, unchanging. The last change date on the file is the date of our migration, so I have two questions: 1)

Re: [Mailman-Users] data/pending.pck

2007-04-25 Thread Mark Sapiro
Steve Burling wrote: Now that our upgrade/migration of Mailman has settled down, I've noticed from my nightly 'mmdsr' run that data/pending.pck is just sitting there, unchanging. The last change date on the file is the date of our migration, so I have two questions: 1) What's it used

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Stephen J. Turnbull
Ivan Van Laningham writes: But the head element is not being produced in one place. I'm not talking about the HEAD element. Before the HTML, the gods have placed the HTTP headers. It seems reasonably likely that there is one place where an appropriate HTTP header could be inserted in all

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Dragon
Christopher X. Candreva sent the message below at 06:26 4/25/2007: On Wed, 25 Apr 2007, Brad Knowles wrote: project) would agree. However, who's actually going to write the code to do this? When is that going to be incorporated into the mainstream codebase, and for which version? Is

Re: [Mailman-Users] List Query

2007-04-25 Thread Mark Sapiro
Matt Zimmerman wrote: In mailman is it possible to send a email to a certain list and recieve a list of the members on that list? Send a 'who' command to [EMAIL PROTECTED] See http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.062.htp. -- Mark Sapiro [EMAIL PROTECTED] The

Re: [Mailman-Users] Request for some additional configurationfeatures

2007-04-25 Thread Mark Sapiro
D G Teed wrote: If ALLOW_RFC2369_OVERRIDES = NO actually suppresses all LIST-* headers, I wish it said that. It doesn't. It says that it removes the ability for list admins to suppress the headers. And that is what it does. It just removes the include_rfc2369_headers item from the General

Re: [Mailman-Users] Request for some additionalconfigurationfeatures

2007-04-25 Thread Mark Sapiro
Mark Sapiro wrote: file=`mktemp` echo $file include_rfc2369_headers = 0 for list in `bin/list_lists --bare` do bin/config_list -i $file done rm $file or some such. Well, the or some such was intended to indicate it wasn't production ready, but just to avoid total confusion, the config_list

Re: [Mailman-Users] Setting the FONT globally for the mailman GUI?

2007-04-25 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Apr 25, 2007, at 11:02 AM, Dragon wrote: Christopher X. Candreva sent the message below at 06:26 4/25/2007: On Wed, 25 Apr 2007, Brad Knowles wrote: project) would agree. However, who's actually going to write the code to do this? When is