Re: bug closed by spam for the second times

2008-09-08 Thread jidanni
Gentlemen, I can't take it anymore. That's why I hand it to $ cat spam-bug-reopener #!/bin/sh -eu #reopen a Debian bug closed by spam, which you feed in via stdin bug=$( perl -nwe 'if (s/^X-Debian-PR-Message: they-closed (\d+)$/$1/){print;exit}') if test $bug then echo reopen $bug| mail

Re: bug closed by spam for the second times

2008-09-08 Thread jidanni
OK, this reopens and also reports. #!/bin/sh -eu #Reopen and report a Debian bug closed by spam, which you feed in via stdin. bug=$( perl -nwe 'if (s/^X-Debian-PR-Message: they-closed (\d+)$/$1/){print;exit}') if test $bug then set -x echo reopen $bug| mail -s Reopening $bug closed by

Re: bug closed by spam for the second times

2008-09-08 Thread Mohammed Adnène Trojette
On Mon, Sep 08, 2008, [EMAIL PROTECTED] wrote: OK, this reopens and also reports. #!/bin/sh -eu #Reopen and report a Debian bug closed by spam, which you feed in via stdin. bug=$( perl -nwe 'if (s/^X-Debian-PR-Message: they-closed (\d+)$/$1/){print;exit}') if test $bug then set -x

Re: bug closed by spam for the second times

2008-09-08 Thread Adam D. Barratt
[EMAIL PROTECTED] wrote: OK, this reopens and also reports. [...] echo reopen $bug| mail -s Reopening $bug closed by spam [EMAIL PROTECTED] w3m -dump http://bugs.debian.org/cgi-bin/bugspam.cgi?bug=$bug;ok=ok; else echo If you've got devscripts installed, then bts reopen $bug .

Re: bug closed by spam for the second times

2008-09-08 Thread Theppitak Karoonboonyanan
On Sun, Sep 7, 2008 at 10:51 PM, Paul Wise [EMAIL PROTECTED] wrote: On Sun, Sep 7, 2008 at 11:35 PM, Vincent Danjean [EMAIL PROTECTED] wrote: It is the second times that this bug is closed by a spam to the -done address. Is there something to do ? Someone to contact ? I believe this is some

Re: bug closed by spam for the second times

2008-09-08 Thread Roland Mas
Theppitak Karoonboonyanan, 2008-09-08 21:53:47 +0700 : I think this case is difficult for spam filter. The text is deliberately shuffled with HTML tables so that the final rendered page becomes readable to human readers, but the source is completely meaningless to the filter. It's then ended

Re: bug closed by spam for the second times

2008-09-08 Thread Vincent Danjean
Adam D. Barratt wrote: If you've got devscripts installed, then bts reopen $bug . reportspam $bug will do the same. I suppose that the 'reportspam' command does the same thing as the link 'Send a report that this bug log contains spam' on the bts webpage ? When I saw this spam (on the glibc

Re: bug closed by spam for the second times

2008-09-08 Thread Adam D. Barratt
Vincent Danjean wrote: Adam D. Barratt wrote: If you've got devscripts installed, then bts reopen $bug . reportspam $bug will do the same. I suppose that the 'reportspam' command does the same thing as the link 'Send a report that this bug log contains spam' on the bts webpage ? Yes. It

bug closed by spam for the second times

2008-09-07 Thread Vincent Danjean
reopen 343140 thanks Hi, It is the second times that this bug is closed by a spam to the -done address. Is there something to do ? Someone to contact ? Regards Vincent -- Vincent Danjean GPG key ID 0x9D025E87 [EMAIL PROTECTED] GPG key fingerprint: FC95 08A6 854D DB48

Re: bug closed by spam for the second times

2008-09-07 Thread Paul Wise
On Sun, Sep 7, 2008 at 11:35 PM, Vincent Danjean [EMAIL PROTECTED] wrote: It is the second times that this bug is closed by a spam to the -done address. Is there something to do ? Someone to contact ? I believe this is some fallout from a spamassassin upgrade, however, some things I can think