Re: [Mailman-Developers] Html headers & footers, unsubscribe

2010-02-24 Thread Mark Sapiro
Tom Gafford wrote: >With reference to: >http://mail.python.org/pipermail/mailman-developers/2005-February/017850.html > >It doesn't appear that Adrian bye's fix ever made it into the Mailman code >base, and now the links to the patch are broken. The sourceforge link in the above message is sti

[Mailman-Developers] Html headers & footers, unsubscribe

2010-02-24 Thread Tom Gafford
With reference to: http://mail.python.org/pipermail/mailman-developers/2005-February/017850.html It doesn't appear that Adrian bye's fix ever made it into the Mailman code base, and now the links to the patch are broken. Does anyone know where to find his patches and whether they work on any n

Re: [Mailman-Developers] HTML Headers

2006-08-03 Thread Bryan Carbonnell
On 8/2/06, Andrew Nielson <[EMAIL PROTECTED]> wrote: > Hi, > > I have written some code to allow Mailman to add a header.html file (if it > exists) to the top of each web page. > > Basically it checks a new option called WEB_HEADER_FILE which is set as > follows in mm_cfg.py: > WEB_HEADER_FILE = os

Re: [Mailman-Developers] HTML Headers

2006-08-03 Thread Mark Sapiro
Andrew Nielson wrote: > >I have written some code to allow Mailman to add a header.html file (if it >exists) to the top of each web page. > >Basically it checks a new option called WEB_HEADER_FILE which is set as >follows in mm_cfg.py: >WEB_HEADER_FILE = os.path.join(PREFIX, 'Mailman/header.html'

[Mailman-Developers] HTML Headers

2006-08-02 Thread Andrew Nielson
Hi, I have written some code to allow Mailman to add a header.html file (if it exists) to the top of each web page. Basically it checks a new option called WEB_HEADER_FILE which is set as follows in mm_cfg.py: WEB_HEADER_FILE = os.path.join(PREFIX, 'Mailman/header.html') I just wanted to know:

Re: [Mailman-Developers] Html headers & footers, unsubscribe

2005-02-15 Thread Mark Sapiro
Adrian Bye wrote: > >I wanted to be able to put html headers and footers into messages. I did not >like the current mailman style of adding an attachment. I have only looked briefly at the patches, but one problem I noticed is that the long description of msg_html_header in the patch to Mailman/

[Mailman-Developers] Html headers & footers, unsubscribe

2005-02-15 Thread Adrian Bye
Hi guys, I have had patches made for two issues: 1. HTML headers & footers handling 2. 1 click list unsubscribe You can get our patches here: https://sourceforge.net/tracker/index.php?func=detail&aid=1121257&group_id=103&a tid=300103 Or also here: http://tasdevil.com/mailman_developers.zip