Re: [Mailman-Users] Supressing those "List*" headers

At 01:45 AM 11/28/01 -0500, Jon Carnes wrote:
On Tuesday 27 November 2001 19:36, Paul Tomblin wrote:
Is there any way to suppress those "List*" headers. One of the people on my mailing lists is complaining that they seem to be forcing his email to be HTML. (He uses Eudora.)
Its quite easy to do. You edit one file - please backup the file before you edit it!:
~mailman/Mailman/Handlers/CookHeaders.py
headers = { 'List-Id' : listid, 'List-Help' : '<mailto:%s?subject=help>' % requestaddr, 'List-Unsubscribe': subfieldfmt % (listinfo, requestaddr, 'un'), 'List-Subscribe' : subfieldfmt % (listinfo, requestaddr, ''), 'List-Post' : '<mailto:%s>' % mlist.GetListEmail(), }
Feel free to delete any of the lines inside the "headers" clause, but I would recommend that you leave 'List-Id'.
Is there any way this can be used to either move these headers above the "subject:" line, or get it to reiterate the "Subject:" line below the list headers but above the date?
Jonathan Andrew Sheen
http://www.leviathanstudios.com Leviathan of the GEI (Detached.) jsheen@leviathanstudios.com
"What'dya expect? I'm a New Yorker!"
-Anonymous New York Firefighter, 9/12/01

Is there any way this can be used to either move these headers above the "subject:" line, or get it to reiterate the "Subject:" line below the list headers but above the date?
Jonathan Andrew Sheen
Yes. You will have to edit the Source code - feel free: its Open Source.
Jon Carnes
participants (2)
-
Jon Carnes
-
Jonathan Andrew Sheen