From owner-freebsd-stable@FreeBSD.ORG Wed Jun 4 18:12:44 2008 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 088BD1065670 for ; Wed, 4 Jun 2008 18:12:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3378FC0C for ; Wed, 4 Jun 2008 18:12:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m54ICTuL087314; Wed, 4 Jun 2008 14:12:36 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Wed, 4 Jun 2008 10:44:01 -0400 User-Agent: KMail/1.9.7 References: <20080603070840.GH1028@server.vk2pj.dyndns.org> <200806031021.35416.jhb@freebsd.org> <20080603190418.GP1028@server.vk2pj.dyndns.org> In-Reply-To: <20080603190418.GP1028@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806041044.01712.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Wed, 04 Jun 2008 14:12:37 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7363/Wed Jun 4 12:58:30 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.1 required=4.2 tests=BAYES_00, DATE_IN_PAST_03_06, NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Peter Jeremy Subject: Re: Interrupt storm with shared interrupt on digi(4) 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, 04 Jun 2008 18:12:44 -0000 On Tuesday 03 June 2008 03:04:18 pm Peter Jeremy wrote: > BTW, your MUA's list-reply configuration don't recognize that > freebsd-stable@ and stable@ are aliases. Yes, kmail is broken and the authors refuse to fix it. It happens on reply to a foo@ e-mail (it changes the 'To' to 'freebsd-foo@' because of the List-Id header and leaves foo@ in the 'CC' field). Note that there isn't anything in the List headers that says that foo@ is an alias for freebsd-foo@. I just wish I could turn off the List-Id crap and use plain old reply-to-all, but that is where the kmail developers disagree. -- John Baldwin