Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101408 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2409 invoked from network); 22 Dec 2017 10:54:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2017 10:54:03 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.217 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.217 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.217] ([81.169.146.217:21737] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/52-10479-644EC3A5 for ; Fri, 22 Dec 2017 05:53:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1513940036; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Message-ID:Date:From:References: In-Reply-To:X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject; bh=MWghtwJNVgwYlkL+o06qQWWarBTtTjHgGNEs7LiFamg=; b=oxh2h0sMVcLYiA6T99tq9wV9wwqHMQttGRYfjtMb3nthkcqIv0IH8r3LDoADxWYR2s VfHtYD+vhE8ItWBjwEhMDLGQNTF/83mJNR+lpBdItBT9klUL+1z99qHQgPGIHF1YnxKM rFj/E/cPtp9k+jpsmyIslJ11qnSSMDF1tFvq0= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mlsGbEv0XHBzMIJSS+jKTzde5mDb8Db2nURiu1cA== X-RZG-CLASS-ID: mo00 Received: by mail-yw0-f172.google.com with SMTP id l23so2943309ywb.13 for ; Fri, 22 Dec 2017 02:53:56 -0800 (PST) X-Gm-Message-State: AKGB3mLmVm+Q8QsEnoCDHINLBp2neFRrKJS8juQbsR3FElPGjEk0zCRH YpbbqftHWyY4Rk3cuuMnDR6p6etqCCAoRRIja1M= X-Google-Smtp-Source: ACJfBovLEl5cSb44iCquVQnFX9oYlNhSKHY7gBM53JudT/lIwxzfVSgjstnK971xwEA9UqwHdennrOkdwAgT5cj6xKc= X-Received: by 10.129.200.68 with SMTP id k4mr9674437ywl.130.1513940035625; Fri, 22 Dec 2017 02:53:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.124.71 with HTTP; Fri, 22 Dec 2017 02:53:55 -0800 (PST) In-Reply-To: References: Date: Fri, 22 Dec 2017 11:53:55 +0100 X-Gmail-Original-Message-ID: Message-ID: To: CHU Zhaowei Cc: Internals Content-Type: multipart/alternative; boundary="089e0821f5b408e9e00560eba282" Subject: Re: [PHP-DEV] spam on user notes From: me@kelunik.com (Niklas Keller) --089e0821f5b408e9e00560eba282 Content-Type: text/plain; charset="UTF-8" > > hi internals, > > User contribution notes are flooded by spam. For example, > http://php.net/manual/en/install.problems.bugs.php#122116 > > The tool on master.php.net can only remove/reject the notes one by one, > which is inefficient in this case. > I'm wondering if there is a way can remove notes by email or ip. In > addition, we may need to improve the user notes with anti-spam system, > maybe Akismet? > I have deleted them manually now and added "earning", "bitcoin" and "mining" to the spam list. We at least improve the deletion process to use Ajax instead of opening a new tab for each note. Regards, Niklas --089e0821f5b408e9e00560eba282--