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: <[EMAIL PROTECTED]> >Received: from spf4.us4.outblaze.com (205.158.62.26) by mta3.wss.scd.yahoo.com >(7.0.016) > id 40723FE600ABE73A for [EMAIL PROTECTED]; 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 <[EMAIL PROTECTED]>; 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 [EMAIL PROTECTED]; 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 <[EMAIL PROTECTED]>) > by ?smtp-as.dc.uba.ar (qmail-ldap-1.03) with DES-CBC3-SHA encrypted > SMTP for <[EMAIL PROTECTED]>; 23 Apr 2004 17:45:46 -0000 >Received: (qmail 12859 invoked by uid 1006); 23 Apr 2004 17:45:21 -0000 >Received: from [EMAIL PROTECTED] 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) ([EMAIL PROTECTED]) > (envelope-sender <[EMAIL PROTECTED]>) > by ?smtp.dc.uba.ar (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP > for <[EMAIL PROTECTED]>; 23 Apr 2004 17:45:21 -0000 >Message-ID: <[EMAIL PROTECTED]> >Date: Fri, 23 Apr 2004 14:47:11 -0300 >From: Alejandro Gomez <[EMAIL PROTECTED]> >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: [EMAIL PROTECTED] >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: [EMAIL PROTECTED] >Subject: [Mailman-Users] cc problem >X-BeenThere: [EMAIL PROTECTED] >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:[EMAIL PROTECTED]> >List-Archive: <http://mail.python.org/pipermail/mailman-users> >List-Post: <mailto:[EMAIL PROTECTED]> >List-Help: <mailto:[EMAIL PROTECTED]> >List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>, > <mailto:[EMAIL PROTECTED]> >Sender: [EMAIL PROTECTED] >Errors-To: [EMAIL PROTECTED] > >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 >[EMAIL PROTECTED] >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/ ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/
