[Mailman-Users] cc problem

lloyd_tennison at whoever.com lloyd_tennison at whoever.com
Mon Apr 26 09:08:30 CEST 2004


Go to the CookHeaders.py file, in the Handlers folder, and comment it out as such:


 #msg['Cc'] = COMMASPACE.join([formataddr(pair) for pair in new])



I also use this to get rid of the "extra" headers such as Mailman version, and the Precedence value

  #msg['X-Mailman-Version'] = mm_cfg.VERSION 
  #msg['Precedence'] = 'list' 

These are more information than need to be sent - and give SPAM filters a chance to block the emails.

----- Original Message ---------------
>Return-Path: <mailman-users-bounces at python.org>
>Received: from spf4.us4.outblaze.com (205.158.62.26) by mta3.wss.scd.yahoo.com (7.0.016)
>        id 40723FE600ABE73A for lloyd at danandben.com; Sun, 25 Apr 2004 14:10:48 -0700
>Received: from mail.python.org (mail.python.org [12.155.117.29])
>	by spf4.us4.outblaze.com (Postfix) with ESMTP id AFDF753581
>	for <lloyd_tennison at whoever.com>; Sun, 25 Apr 2004 21:07:49 +0000 (GMT)
>Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
>	by mail.python.org with esmtp (Exim 4.22)
>	id 1BHqfY-0007Tq-JA; Sun, 25 Apr 2004 16:56:08 -0400
>Received: from lists.dc.uba.ar ([157.92.27.121] helo=smtp-as.dc.uba.ar)
>	by mail.python.org with esmtp (Exim 4.22) id 1BH4kn-000667-GZ
>	for mailman-users at python.org; Fri, 23 Apr 2004 13:46:21 -0400
>Received: (qmail 26339 invoked from network); 23 Apr 2004 17:45:46 -0000
>Received: from unknown (HELO smtp.dc.uba.ar) ([10.0.0.3])
>	(envelope-sender <ahgomez at dc.uba.ar>)
>	by ?smtp-as.dc.uba.ar (qmail-ldap-1.03) with DES-CBC3-SHA encrypted
>	SMTP for <mailman-users at python.org>; 23 Apr 2004 17:45:46 -0000
>Received: (qmail 12859 invoked by uid 1006); 23 Apr 2004 17:45:21 -0000
>Received: from ahgomez at dc.uba.ar by goliat by uid 1003 with qmail-scanner-1.16
>	(spamassassin: 2.20. Clear:SA:0(-100.0/4.5 tests=USER_IN_WHITELIST
>	version=2.20):. 
>	Processed in 0.061561 secs); 23 Apr 2004 17:45:21 -0000
>Received: from unknown (HELO dc.uba.ar) (ahgomez@[10.1.254.2])
>	(envelope-sender <ahgomez at dc.uba.ar>)
>	by ?smtp.dc.uba.ar (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP
>	for <seanc at cuttlefish.com>; 23 Apr 2004 17:45:21 -0000
>Message-ID: <4089569F.7050307 at dc.uba.ar>
>Date: Fri, 23 Apr 2004 14:47:11 -0300
>From: Alejandro Gomez <ahgomez at dc.uba.ar>
>User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
>	rv:1.7b) Gecko/20040322
>X-Accept-Language: en-us, en
>MIME-Version: 1.0
>To: seanc at cuttlefish.com
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>Content-Transfer-Encoding: 7bit
>X-Spam-Status: No,
>	hits=-100.0 required=4.5 tests=USER_IN_WHITELIST version=2.20
>X-Spam-Level: 
>X-Spam-Status: OK (lists-mailman 0.000)
>X-Mailman-Approved-At: Sun, 25 Apr 2004 16:55:59 -0400
>Cc: mailman-users at python.org
>Subject: [Mailman-Users] cc problem
>X-BeenThere: mailman-users at python.org
>X-Mailman-Version: 2.1.5c2
>Precedence: list
>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>
>List-Post: <mailto:mailman-users at python.org>
>List-Help: <mailto:mailman-users-request at python.org?subject=help>
>List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
>	<mailto:mailman-users-request at python.org?subject=subscribe>
>Sender: mailman-users-bounces at python.org
>Errors-To: mailman-users-bounces at python.org
>
>hello:
>I've the same problem.
>Did you find the way to fix it?
>thanks in advance
>
>you wrote:
>
>
>List Users, I have just installed mailman on my linux box to support a 
>number of (mostly) announcement-only lists. I've followed the FAQ 
>regarding making my lists announce-only and everything seems to work 
>apart from one thing - when the message arrives with the recipient it 
>has the short description of the list and the list e-mail address in the 
>cc field of the message. Here's an example of a message header: 
>Date: Thu, 4 Dec 2003 20:05:21 +0000 From: culturepromotions at 
>lists.cuttlefish.com 
><http://mail.python.org/mailman/listinfo/mailman-users> To: info at 
>cuttlefish.com <http://mail.python.org/mailman/listinfo/mailman-users> 
>Cc: "The latest news from dub and reggae promotor Culture Promotions (1 
>or 2 messages per week)." <culturepromotions at lists.cuttlefish.com 
><http://mail.python.org/mailman/listinfo/mailman-users>> 
>Reply-to: mailouts at culturepromotions.com 
><http://mail.python.org/mailman/listinfo/mailman-users> The "from", "to" 
>and "reply-to" are correct but I really don't want that CC line there! 
>Anybody able to help me get rid of it? Thanks, Sean
>
>------------------------------------------------------
>Mailman-Users mailing list
>Mailman-Users at python.org
>http://mail.python.org/mailman/listinfo/mailman-users
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
>Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/




More information about the Mailman-Users mailing list