Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 6207F9FB5A1; Sat, 4 Aug 2007 14:10:16 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 81040-03; Sat, 4 Aug 2007 14:10:11 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id AAFD09FB58A; Sat, 4 Aug 2007 14:09:42 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 05978DCC411; Sat, 4 Aug 2007 19:09:40 +0200 (CEST) Message-ID: <46B4B2EF.2070308@hagander.net> Date: Sat, 04 Aug 2007 19:10:07 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Gregory Stark CC: Greg Sabino Mullane , pgsql-www@postgresql.org, pgsql-advocacy@postgresql.org Subject: Re: [pgsql-advocacy] We need an Advocacy wiki References: <87lkcrkzyd.fsf@oxford.xeocode.com> In-Reply-To: <87lkcrkzyd.fsf@oxford.xeocode.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200708/43 X-Sequence-Number: 12284 Gregory Stark wrote: > "Greg Sabino Mullane" writes: > >> Not sure what your definition of normal is; that depends on what you mean by >> "registered". If it means just creating an account via web form, that's >> harldy an impediment to vandalism. We can certainly give more people the power >> to grant write-access to wiki accounts, if that's the perceived hold up. > > Do we have any history of vandalism on the -hackers mailing list? There is no > approval mechanism for people subscribing to the list. Would people be happy > if every subscription to -hackers required someone to approve your membership? No, but we *do* have a history of vandalism/spamming on the website. This includes the interactive docs, news posts, event posts and professional services. That's pretty much every single part of the website that actually has a submit button, except for the bug reporting form - which goes through the majordomo moderation system so it's still moderated. But - it helped significantly when we started requesting community logins for these forms. It's still not gone - there are people advertising for UK hotels and a few other things that actually sign up for a community account with a temp email address and post from there. This is the main reason why we still have manual verification on all these things even though they require a login. That said, allowing people to sign up for an account in an automated way that does require email verification would work, as long as there is: 1) A way to revoke and ban addresses 2) Somebody to keep track of things, and remove spam and revoke/ban these users. (this would be the same level of verification that we have for the mailinglists - it's not like they're unvalidated) But the work required for (2) is a lot less than a completely open system of course. If there are a couple of people who are willing to take that upon them (which there seems to be, given the activity on the wiki) we could always give that a try? //Magnus