From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 786F02BA9 for ; Mon, 14 Mar 2016 08:43:04 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 14 Mar 2016 00:43:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,334,1455004800"; d="scan'208";a="923438351" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by fmsmga001.fm.intel.com with ESMTP; 14 Mar 2016 00:43:02 -0700 Date: Mon, 14 Mar 2016 15:43:42 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org, olivier.matz@6wind.com Message-ID: <20160314074342.GL979@yliu-dev.sh.intel.com> References: <9925556.IzvCt3AoYz@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9925556.IzvCt3AoYz@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] mailing list configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 07:43:04 -0000 On Sat, Mar 12, 2016 at 10:37:46AM -0800, Thomas Monjalon wrote: > Hi all, > > Please find an information notice about mailman running this mailing list. > > You can change your settings at this URL: > http://dpdk.org/ml/options/dev/ > > There is an option "nodupes": > " > Avoid duplicate copies of messages? > When you are listed explicitly in the To: or Cc: headers of a list message, > you can opt to not receive another copy from the mailing list. > " > It is enabled most of the time (default). > > It may be helpful to disable "nodupes", i.e. receive copies, to filter > whole threads from the mailing list (List-Id) in a folder while keeping > a copy of the messages addressed to you in your inbox. > It is a way to avoid missing important messages. > > For those who want to keep "nodupes" enabled, i.e. receive only one copy, > mailman will not send them the messages where they are explicit recipients. > So they will receive only the message directly from the sender' SMTP > (untouched by mailman). > But it is not the full story. The other members of the mailing list will > receive the message from mailman with a modified CC header. > Indeed, members having enabled "nodupes" are dropped from CC list. > > Some members were complaining about this weird bug-haviour. > That's why this patch has been applied to keep CC list untouched: > > --- mailman-2.1.15/Handlers/AvoidDuplicates.py > +++ mailman-2.1.15/Handlers/AvoidDuplicates.py ... > > Thanks to Olivier for helping. Thank you both! It is a weird bug to me. --yliu > If anyone is volunteer to work with mailman community, a configuration option > could be introduced.