From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyflS-0002OC-M4 for qemu-devel@nongnu.org; Wed, 21 Mar 2018 11:35:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyflR-0001R0-NQ for qemu-devel@nongnu.org; Wed, 21 Mar 2018 11:34:58 -0400 Date: Wed, 21 Mar 2018 11:34:53 -0400 From: Jeff Cody Message-ID: <20180321153453.GS12302@localhost.localdomain> References: <20180321153124.5357-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180321153124.5357-1-berrange@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= Cc: qemu-devel@nongnu.org, Paolo Bonzini , qemu-block@nongnu.org, Hitoshi Mitake , Liu Yuan On Wed, Mar 21, 2018 at 03:31:24PM +0000, Daniel P. Berrang=E9 wrote: > The sheepdog mailing list is setup to stop and queue messages from > non-subscribers, pending moderator approval. Unfortunately it seems > that the moderation queue is not actively dealt with. Even when message= s > are approved, the sender is never added to the whitelist, so every > future mail the same sender continues to get stopped for moderation. >=20 > MAINTAINERS entries should be responsive and not uneccessarily block > mails from QEMU contributors, so drop the sheepdog mailing list. >=20 > Signed-off-by: Daniel P. Berrang=E9 Reviewed-by: Jeff Cody > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 354a18ce49..7eea869dcd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1871,7 +1871,6 @@ M: Hitoshi Mitake > M: Liu Yuan > M: Jeff Cody > L: qemu-block@nongnu.org > -L: sheepdog@lists.wpkg.org > S: Supported > F: block/sheepdog.c > T: git git://github.com/codyprime/qemu-kvm-jtc.git block > --=20 > 2.14.3 >=20