* bugzilla spam
@ 2012-03-13 9:48 Jonathan Wakely
2012-03-13 10:44 ` Frank Ch. Eigler
0 siblings, 1 reply; 12+ messages in thread
From: Jonathan Wakely @ 2012-03-13 9:48 UTC (permalink / raw)
To: overseers
http://gcc.gnu.org/ml/gcc-bugs/2012-03/msg00961.html
Is there a policy for removing spam comments such as this?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: bugzilla spam
2012-03-13 9:48 bugzilla spam Jonathan Wakely
@ 2012-03-13 10:44 ` Frank Ch. Eigler
2012-03-13 15:02 ` Paolo Carlini
0 siblings, 1 reply; 12+ messages in thread
From: Frank Ch. Eigler @ 2012-03-13 10:44 UTC (permalink / raw)
To: Jonathan Wakely; +Cc: overseers
Hi -
On Tue, Mar 13, 2012 at 09:47:51AM +0000, Jonathan Wakely wrote:
> [...]
> Is there a policy for removing spam comments such as this?
I think what's missing is mechanism, not policy. AFAIK,
bugzilla just doesn't have reasonable spam removal facilities.
- FChE
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: bugzilla spam
2012-03-13 10:44 ` Frank Ch. Eigler
@ 2012-03-13 15:02 ` Paolo Carlini
2012-03-13 15:08 ` Frank Ch. Eigler
0 siblings, 1 reply; 12+ messages in thread
From: Paolo Carlini @ 2012-03-13 15:02 UTC (permalink / raw)
To: Frank Ch. Eigler; +Cc: Jonathan Wakely, overseers
On 03/13/2012 11:43 AM, Frank Ch. Eigler wrote:
> Hi -
>
> On Tue, Mar 13, 2012 at 09:47:51AM +0000, Jonathan Wakely wrote:
>> [...]
>> Is there a policy for removing spam comments such as this?
> I think what's missing is mechanism, not policy. AFAIK,
> bugzilla just doesn't have reasonable spam removal facilities.
I see. Still, in the past I thought to myself multiple times that it
seems strange that in general we can only *add* to the audit trail,
nothing can be removed. I understand that can be also a freedom of
expression issue, if you see what I mean, but in some extreme cases,
like pure and obvious spam, shouldn't we have a way to remove things?!?
Maybe somebody, endowed with appropriate privileges, should simply do
that by hand, on a case by case basis?
Thanks,
Paolo.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: bugzilla spam
2012-03-13 15:02 ` Paolo Carlini
@ 2012-03-13 15:08 ` Frank Ch. Eigler
2012-03-14 10:38 ` Paolo Carlini
0 siblings, 1 reply; 12+ messages in thread
From: Frank Ch. Eigler @ 2012-03-13 15:08 UTC (permalink / raw)
To: Paolo Carlini; +Cc: Jonathan Wakely, overseers
Hi, Paolo -
> >I think what's missing is mechanism, not policy. AFAIK,
> >bugzilla just doesn't have reasonable spam removal facilities.
> [...] but in some extreme cases, like pure and obvious spam,
> shouldn't we have a way to remove things?!? [...]
Maybe our mozilla friends will have some advice over at
https://bugzilla.mozilla.org/show_bug.cgi?id=735213
- FChE
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: bugzilla spam
2012-03-13 15:08 ` Frank Ch. Eigler
@ 2012-03-14 10:38 ` Paolo Carlini
0 siblings, 0 replies; 12+ messages in thread
From: Paolo Carlini @ 2012-03-14 10:38 UTC (permalink / raw)
To: Frank Ch. Eigler; +Cc: Jonathan Wakely, overseers
On 03/13/2012 04:08 PM, Frank Ch. Eigler wrote:
> Maybe our mozilla friends will have some advice over at
> https://bugzilla.mozilla.org/show_bug.cgi?id=735213
Thanks a lot Frank, I'll track the issue. Crazy, I can't believe there
is currently *no* mechanism available at all!
Paolo.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Bugzilla spam
2007-04-17 6:09 ` Daniel Berlin
2007-04-17 10:59 ` Frank Ch. Eigler
@ 2007-04-17 16:11 ` Jeff Johnston
1 sibling, 0 replies; 12+ messages in thread
From: Jeff Johnston @ 2007-04-17 16:11 UTC (permalink / raw)
To: Daniel Berlin; +Cc: overseers
Daniel Berlin wrote:
> On 4/16/07, Jeff Johnston <jjohnstn@redhat.com> wrote:
>> I have recently been getting bugs opened against newlib which are spam.
>> The bugs have nonsense in them with html attachments which redirect to
>> porn pages, etc...
>>
>> Any plans in place to stop this or make it more difficult?
>
> Like how?
> we could simply ban names including mailinator, but past that, ..
>
I was also thinking along the lines of having the Bugzilla registration
use captcha if not already doing so.
-- Jeff J.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Bugzilla spam
2007-04-17 15:07 ` Daniel Berlin
@ 2007-04-17 15:07 ` Daniel Berlin
0 siblings, 0 replies; 12+ messages in thread
From: Daniel Berlin @ 2007-04-17 15:07 UTC (permalink / raw)
To: Frank Ch. Eigler; +Cc: Jeff Johnston, overseers
On 4/17/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> On 4/17/07, Frank Ch. Eigler <fche@redhat.com> wrote:
> > Hi -
> >
> > On Mon, Apr 16, 2007 at 11:09:19PM -0700, Daniel Berlin wrote:
> > > >[...] Any plans in place to stop this or make it more difficult?
> > >
> > > Like how? [...]
> >
> > For one thing, how does one *clean up* spam, that is, remove it from
> > the database?
> >
>
> perl /home/dberlin/userlookup.pl <emailaddressofspammer>
>
> mysql -u<mysql username> -p<mysql password> bugs (You can get the
> user/password from the userlookup.pl script)
> delete from longdescs where who=<id it printed out>
s/bugs/sourcesbugs/ for sources.redhat.com bugzilla.
>
> That will delete all comments from them.
> > - FChE
> >
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Bugzilla spam
2007-04-17 10:59 ` Frank Ch. Eigler
@ 2007-04-17 15:07 ` Daniel Berlin
2007-04-17 15:07 ` Daniel Berlin
0 siblings, 1 reply; 12+ messages in thread
From: Daniel Berlin @ 2007-04-17 15:07 UTC (permalink / raw)
To: Frank Ch. Eigler; +Cc: Jeff Johnston, overseers
On 4/17/07, Frank Ch. Eigler <fche@redhat.com> wrote:
> Hi -
>
> On Mon, Apr 16, 2007 at 11:09:19PM -0700, Daniel Berlin wrote:
> > >[...] Any plans in place to stop this or make it more difficult?
> >
> > Like how? [...]
>
> For one thing, how does one *clean up* spam, that is, remove it from
> the database?
>
perl /home/dberlin/userlookup.pl <emailaddressofspammer>
mysql -u<mysql username> -p<mysql password> bugs (You can get the
user/password from the userlookup.pl script)
delete from longdescs where who=<id it printed out>
That will delete all comments from them.
> - FChE
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Bugzilla spam
2007-04-17 6:09 ` Daniel Berlin
@ 2007-04-17 10:59 ` Frank Ch. Eigler
2007-04-17 15:07 ` Daniel Berlin
2007-04-17 16:11 ` Jeff Johnston
1 sibling, 1 reply; 12+ messages in thread
From: Frank Ch. Eigler @ 2007-04-17 10:59 UTC (permalink / raw)
To: Daniel Berlin; +Cc: Jeff Johnston, overseers
Hi -
On Mon, Apr 16, 2007 at 11:09:19PM -0700, Daniel Berlin wrote:
> >[...] Any plans in place to stop this or make it more difficult?
>
> Like how? [...]
For one thing, how does one *clean up* spam, that is, remove it from
the database?
- FChE
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Bugzilla spam
2007-04-17 4:17 Bugzilla spam Jeff Johnston
2007-04-17 4:26 ` Christopher Faylor
@ 2007-04-17 6:09 ` Daniel Berlin
2007-04-17 10:59 ` Frank Ch. Eigler
2007-04-17 16:11 ` Jeff Johnston
1 sibling, 2 replies; 12+ messages in thread
From: Daniel Berlin @ 2007-04-17 6:09 UTC (permalink / raw)
To: Jeff Johnston; +Cc: overseers
On 4/16/07, Jeff Johnston <jjohnstn@redhat.com> wrote:
> I have recently been getting bugs opened against newlib which are spam.
> The bugs have nonsense in them with html attachments which redirect to
> porn pages, etc...
>
> Any plans in place to stop this or make it more difficult?
Like how?
we could simply ban names including mailinator, but past that, ..
>
> Bug numbers include:
>
> 4355
> 4363
> 4382
>
> All 3 bugs are from different e-mail addresses though 2 are randomized
> names from mailinator.com.
>
> -- Jeff J.
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Bugzilla spam
2007-04-17 4:17 Bugzilla spam Jeff Johnston
@ 2007-04-17 4:26 ` Christopher Faylor
2007-04-17 6:09 ` Daniel Berlin
1 sibling, 0 replies; 12+ messages in thread
From: Christopher Faylor @ 2007-04-17 4:26 UTC (permalink / raw)
To: overseers, Jeff Johnston
On Mon, Apr 16, 2007 at 05:52:33PM -0400, Jeff Johnston wrote:
>I have recently been getting bugs opened against newlib which are spam.
> The bugs have nonsense in them with html attachments which redirect to
>porn pages, etc...
>
>Any plans in place to stop this or make it more difficult?
>
>Bug numbers include:
>
>4355
>4363
>4382
>
>All 3 bugs are from different e-mail addresses though 2 are randomized
>names from mailinator.com.
We could, at least, block their IP address if we have logged it.
cgf
^ permalink raw reply [flat|nested] 12+ messages in thread
* Bugzilla spam
@ 2007-04-17 4:17 Jeff Johnston
2007-04-17 4:26 ` Christopher Faylor
2007-04-17 6:09 ` Daniel Berlin
0 siblings, 2 replies; 12+ messages in thread
From: Jeff Johnston @ 2007-04-17 4:17 UTC (permalink / raw)
To: overseers
I have recently been getting bugs opened against newlib which are spam.
The bugs have nonsense in them with html attachments which redirect to
porn pages, etc...
Any plans in place to stop this or make it more difficult?
Bug numbers include:
4355
4363
4382
All 3 bugs are from different e-mail addresses though 2 are randomized
names from mailinator.com.
-- Jeff J.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2012-03-14 10:38 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 9:48 bugzilla spam Jonathan Wakely
2012-03-13 10:44 ` Frank Ch. Eigler
2012-03-13 15:02 ` Paolo Carlini
2012-03-13 15:08 ` Frank Ch. Eigler
2012-03-14 10:38 ` Paolo Carlini
-- strict thread matches above, loose matches on Subject: below --
2007-04-17 4:17 Bugzilla spam Jeff Johnston
2007-04-17 4:26 ` Christopher Faylor
2007-04-17 6:09 ` Daniel Berlin
2007-04-17 10:59 ` Frank Ch. Eigler
2007-04-17 15:07 ` Daniel Berlin
2007-04-17 15:07 ` Daniel Berlin
2007-04-17 16:11 ` Jeff Johnston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).