From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MX7vP-00019l-QN for qemu-devel@nongnu.org; Sat, 01 Aug 2009 02:18:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MX7vK-00014T-BU for qemu-devel@nongnu.org; Sat, 01 Aug 2009 02:18:34 -0400 Received: from [199.232.76.173] (port=60009 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MX7vK-00014I-2e for qemu-devel@nongnu.org; Sat, 01 Aug 2009 02:18:30 -0400 Received: from bilbo.ozlabs.org ([203.10.76.25]:49751) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MX7vJ-0004G1-LX for qemu-devel@nongnu.org; Sat, 01 Aug 2009 02:18:29 -0400 From: Jeremy Kerr Date: Sat, 1 Aug 2009 16:15:43 +1000 References: <20090729090431.GA4438@redhat.com> <200907310941.37221.jk@ozlabs.org> <20090731131016.GA8563@redhat.com> In-Reply-To: <20090731131016.GA8563@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908011615.44006.jk@ozlabs.org> Subject: [Qemu-devel] Re: tracking qemu-devel at patchwork.ozlabs.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: patchwork@lists.ozlabs.org, Anthony Liguori , qemu-devel@nongnu.org Michael, > will do Got it, thanks. Looks like your list has List-Id headers that look like: List-Id: qemu-devel.nongnu.org Where patchwork expects: list-id-header = "List-ID:" [phrase] "<" list-id ">" CRLF I've updated the parser to handle this form of headers, based on an patch that J.H. had sent me earlier. The changeset: http://git.ozlabs.org/?p=patchwork;a=commitdiff;h=7d9334e879857f8a380bc9509b6cbf9972cecc25 You should have patches appearing now, let me know how this goes. Cheers, Jeremy