[Mailman-Users] Getting rid of the List Info in headers

Jon Carnes jonc at nc.rr.com
Mon Nov 12 15:14:03 CET 2001


See the recent archives (or the FAQ) for a complete discussion of this 
topic.

In general, you must modify the source code (which is extremely easy to do 
in Mailman).  There is one particular file that adds these entries, and you 
can easily edit that file:
  ~mailman/Mailman/Handlers/CookHeaders.py

Just make a copy of it and then edit it with your favorite editor to remove 
the various headers you don't like.

Python will automagically recompile the code (into CookHeadres.pyc) once 
you save the new file.

Jon Carnes
===
On Monday 12 November 2001 08:50, mailman wrote:
> Hi,
>
> How one would get rid of the long list of urls (List-Help etc.) ans
> addresses sent with all posts (you know :
>
> List-Help: <mailto:mailman-users-request at python.org?subject=help>
> List-Post: <mailto:mailman-users at python.org>
> List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
> 	<mailto:mailman-users-request at python.org?subject=subscribe>
> List-Id: Mailman mailing list management users <mailman-users.python.org>
> List-Unsubscribe:
> <http://mail.python.org/mailman/listinfo/mailman-users>,
> <mailto:mailman-users-request at python.org?subject=unsubscribe>
> List-Archive: <http://mail.python.org/pipermail/mailman-users/>
>
> ?
>
> Regards,
>
> Etienne
>
>
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list