From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 21 20:30:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BA5C106566C for ; Sat, 21 Feb 2009 20:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4022A8FC08 for ; Sat, 21 Feb 2009 20:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1LKU5aU013213 for ; Sat, 21 Feb 2009 20:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1LKU5RW013207; Sat, 21 Feb 2009 20:30:05 GMT (envelope-from gnats) Date: Sat, 21 Feb 2009 20:30:05 GMT Message-Id: <200902212030.n1LKU5RW013207@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pete French Cc: Subject: Re: bin/131861: mail(1) misses addresses when replying to all X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pete French List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 20:30:05 -0000 The following reply was made to PR bin/131861; it has been noted by GNATS. From: Pete French To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/131861: mail(1) misses addresses when replying to all Date: Sat, 21 Feb 2009 20:28:13 +0000 I did a bit of further investigation, and the problem is the "skin()" function in aux.c stripping out the wanted addresses. This function could use some attention, but the couple of simple modifications I made to try and fix it have not worked, and I think someone needs to sit down with RFC822 and try and work out what on earth it is doing!