Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nPkcF-000557-Se for pgsql-hackers@arkaria.postgresql.org; Thu, 03 Mar 2022 12:31:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nPkcE-0001by-M9 for pgsql-hackers@arkaria.postgresql.org; Thu, 03 Mar 2022 12:31:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nPkcE-0001bo-Bc for pgsql-hackers@lists.postgresql.org; Thu, 03 Mar 2022 12:31:30 +0000 Received: from mail-yb1-xb2c.google.com ([2607:f8b0:4864:20::b2c]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nPkcB-0005CP-R5 for pgsql-hackers@lists.postgresql.org; Thu, 03 Mar 2022 12:31:30 +0000 Received: by mail-yb1-xb2c.google.com with SMTP id b35so9832044ybi.13 for ; Thu, 03 Mar 2022 04:31:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=IY+Q+GKsG7ca0ov28EyE2cu5ioF+IB1vMMSSWgQC9Fc=; b=JgDwxizuI8eAZ4fGv8efhADFSMdqbE3nvHQ01NhD0tjSFogo/iJXScp6XSI2Zhouif DssNKNgZAUq7WKSK19++qA3a6DQBuRinBp8wN6ORbp3Pq2zdLXCwa+vCCbApTqo6d3bG deIBb4BTzyV7oMNwzC0lyHJJqZYpJHZmrAp3OvjWqmPh9tkopGjJf7329h5meuO0/Of+ mu7ZPAp6m/3IcruIVMBtXj9CZLkzm0FvpCi0DhN5j5ZKW2p+rnrqQkdrFHJo74mwTFDN /t/lg1aErFf5i9SSX3kxa9dpap3qk+rngH1OASS8dUiZhuXGISt+dLuSbTRlMF3r6lRo iEcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IY+Q+GKsG7ca0ov28EyE2cu5ioF+IB1vMMSSWgQC9Fc=; b=3+kCtM+gaO4/GAc9Uu6pqEuALBmY0tkarBqzixidqeV6xDdaexK2dXhHK7mgrQYSQU snOBHr9OE5SZYCQ6TYOQ0n7IUcy3TECWUKex/kRTTqfUcQJF//55d8XPqmfoUQQiNxlr yaX+lL9x7no1JLAZzh+SsWifAOJkj+ur5gvYqsdawyx+5kbNnw+iJuigGK/y4/pP9RKn TytFOX9igLZxzX8vqau5ml/8a0wh2Hujq3rKC+c0AsDW5HdRMO1X42u824yI7EHh2YlG doQPnqGeT0tHUuQ0YgG59vs26oG289eNdA8jQ2uy8fa8N3w6MVYewdRy8SgHHO0EaxDd MenA== X-Gm-Message-State: AOAM531Js0oLtDSodqLeW618Gawgk54sry+rf5562UP3zQb/f4g3CeSe Gl2xJ3qUFIHgX6Y9nQuqwAdWiZLGLhwExKGrJdbeRFGTauY= X-Google-Smtp-Source: ABdhPJyJ+AE7UiI23jKkbQ7Oh6ZmyjCclCISMWe3csN6WY5nRWa+HwGSvvVRKOHGf3KeUOSLZf1hm7YJLwF/O9FJiYo= X-Received: by 2002:a25:3857:0:b0:628:9c0d:442f with SMTP id f84-20020a253857000000b006289c0d442fmr7163732yba.461.1646310685028; Thu, 03 Mar 2022 04:31:25 -0800 (PST) MIME-Version: 1.0 From: Pavel Borisov Date: Thu, 3 Mar 2022 16:31:14 +0400 Message-ID: Subject: Problem with moderation of messages with patched attached. To: Postgres hackers Content-Type: multipart/alternative; boundary="00000000000092327105d94f93b5" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000092327105d94f93b5 Content-Type: text/plain; charset="UTF-8" Hi, hackers! Around 2 months ago I've noticed a problem that messages containing patches in the thread [1] were always processed with manual moderation. They appear in hackers' thread hours after posting None of them are from new CF members and personally, I don't see a reason for such inconvenience. The problem still exists as of today. Can someone make changes in a moderation engine to make it more liberal and convenient for authors? [1] https://www.postgresql.org/message-id/flat/CACG%3DezZe1NQSCnfHOr78AtAZxJZeCvxrts0ygrxYwe%3DpyyjVWA%40mail.gmail.com -- Best regards, Pavel Borisov Postgres Professional: http://postgrespro.com --00000000000092327105d94f93b5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi, hackers!

Around 2 months ago I'= ve noticed a problem=C2=A0that messages containing patches in the thread [1= ] were=C2=A0always processed with manual moderation. They appear in hackers= '=C2=A0thread=C2=A0hours after posting None=C2=A0of them are from new C= F members and personally, I don't see a reason for such inconvenience. = The problem still exists as of today.

Can someone = make changes in a moderation engine to make it more liberal and convenient = for authors?

<= div>
--
Best regards,
Pavel Boriso= v

Postgres Professional: http://postgrespro.com
--00000000000092327105d94f93b5--