This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug web/72856] Trottle bug creation for newly created accounts (to limit spam)
- From: "fche at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Aug 2016 12:41:04 +0000
- Subject: [Bug web/72856] Trottle bug creation for newly created accounts (to limit spam)
- Auto-submitted: auto-generated
- References: <bug-72856-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72856
--- Comment #6 from Frank Ch. Eigler <fche at redhat dot com> ---
Per-account rate limits seem so easy to overcome, with spammers already
creating numerous verified junk accounts with ease.
I would suggest focusing on spam-prevention content analysis (spamassassin
style), and post-spam cleanup (blacklisting, history editing, bug hiding?)
efforts.