Hi! There is surge of spam bug reports with support phone numbers of various companies. I remember couple of such reports made ~ 2-3 weeks ago. I think will be good idea to block IP-addresses or their range, if Bugzilla support this, since a-mails are different. Eugene.
This is completely out of control. There have been almost a thousand of these created today. This has to stop. -Krzysztof On 8/29/2016 12:28 PM, Eugene Zelenko via llvm-dev wrote:> Hi! > > There is surge of spam bug reports with support phone numbers of > various companies. I remember couple of such reports made ~ 2-3 weeks > ago. > > I think will be good idea to block IP-addresses or their range, if > Bugzilla support this, since a-mails are different. > > Eugene. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
On 29 August 2016 at 18:46, Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> wrote:> This is completely out of control. There have been almost a thousand of > these created today. This has to stop.These things take time, and unfortunately, we don't have 24/7 support. Anton is dealing with it right now, should be better soon. cheers, --renato
Eugene Zelenko via llvm-dev wrote on Mon, 29 Aug 2016:> There is surge of spam bug reports with support phone numbers of > various companies.They're (obviously) fake numbers that direct you to scammers.> I think will be good idea to block IP-addresses or their range, if > Bugzilla support this, since a-mails are different.That probably won't work, they use proxies. We had a similar problem on our wiki. The only way I managed to stop it was by adding a regex that blocks all added text that looks like a toll-free US phone number (with support for filtering out some obfuscation). It has some false positives from time to time, but it's the only way I've found to contain the problem. Jonas