You can also comment out what you don't want in :

/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(),
        }

Con


At 1:20 PM -0800 11/28/01, Donna wrote:
>Hi -
>
>I am just now learning the details of managing a mailman powered
>list. I have previously used majordomo and so far mailman seems to
>have many of the same functions and in fact some much better ones.
>
>Here is my question. At the beginning of all messages to a list there
>are a lot of addresses. For example, on this list all messages have
>this:
>
>>Sender: [EMAIL PROTECTED]
>>X-BeenThere: [EMAIL PROTECTED]
>>X-Mailman-Version: 2.0.8 (101270)
>>List-Help: <mailto:[EMAIL PROTECTED]?subject=help>
>>List-Post: <mailto:[EMAIL PROTECTED]>
>>List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
>>      <mailto:[EMAIL PROTECTED]?subject=subscribe>
>>List-Id: Mailman mailing list management users <mailman-users.python.org>
>>List-Unsubscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
>>      <mailto:[EMAIL PROTECTED]?subject=unsubscribe>
>>List-Archive: <http://mail.python.org/pipermail/mailman-users/>
>
>Is there any way to prevent this?
>
>Thank you for your help.
>
>Donna De Poalo
>
>------------------------------------------------------
>Mailman-Users maillist  -  [EMAIL PROTECTED]
>http://mail.python.org/mailman/listinfo/mailman-users

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to