From owner-freebsd-stable@FreeBSD.ORG Wed Apr 14 14:25:31 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEA9A106566B for ; Wed, 14 Apr 2010 14:25:31 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2001:470:9a47::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5E9B38FC17 for ; Wed, 14 Apr 2010 14:25:31 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [IPv6:::1]) by acme.spoerlein.net (Postfix) with ESMTPS id A6B0C5C74; Wed, 14 Apr 2010 16:25:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1271255130; bh=0OG3dnctfaWCiYIvLKGljEmQJUnL3XCkgaz7AcBlmi4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=bQhdtna9Rv3Rtm91JEid7klWAqh+FZ+eQg+LfOF+c9TSBRHRsRPI2/HD5t1hhv+IH RxpFoIXdkVSz+qMbMMRfEpS+7cOhY39lJmHvpxN8UNtoOiSiObB1yhBhmYqKUGq1RV BhunlxiilLUQFalSNholFkV6zkQQjPD5HnCzUu54= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.4/8.14.4/Submit) id o3EEPUmr064139; Wed, 14 Apr 2010 16:25:30 +0200 (CEST) (envelope-from uqs@spoerlein.net) Date: Wed, 14 Apr 2010 16:25:30 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Pete French Message-ID: <20100414142530.GR85798@acme.spoerlein.net> Mail-Followup-To: Pete French , freebsd-stable@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-stable@freebsd.org Subject: Re: Any chance of someone commiting the patch in bin/131861 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 14:25:31 -0000 On Wed, 14.04.2010 at 14:45:55 +0100, Pete French wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/131861 > > I've been using the patch now for a couple of months with no > observable problems. It is very small, and does fix a real > annoyance with using /usr/bin/mail as your primary mail > reader. I realise this is probably a very small number of > people, but it wudlbe nice to get it committed if possible... > > cheers, > > -pete. [resolutely sticking to the command line even in 2010! :-)] Sorry Pete, but the patch still seems incomplete. You merely catch the case when a comma is followed by space or quotation marks, but the email header might look like this: To: foo@domain.com,bar@otherdomain.com Regards, Uli