[Mailman-Users] headers; wizzy features; search

Jon Carnes jonc at haht.com
Wed Jan 23 16:52:31 CET 2002


----- Original Message -----
From: "Hacksaw" <hacksaw at hacksaw.org>
To: <mailman-users at python.org>
Sent: Tuesday, January 22, 2002 5:01 PM
Subject: [Mailman-Users] headers; wizzy features; search


> I have two question and a comment. I'm using Mailman 2.0.8 on python
1.5.2, on
> a RH6.2 box running sendmail 8.11.
>
> 1. How might I turn off the majority of List-* headers? List-id is useful,
but
> I have had a complaint about the 7 new headers that have shown up as being
a
> bit excessive, especially considering each message has a link to a web
page
> with all those options.
>
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'.

BTW: I strongly feel that this should be in the FAQ, even though I fully
agree that the problem is with the Mail client (the MUA) and not with
Mailman.

Jon Carnes





More information about the Mailman-Users mailing list