Debian Developers - Re: Lots of (easily recognisible) spam sent to the BTS today

This is Interesting: Free IT Magazines  
Home > Archive > Debian Developers > October 2006 > Re: Lots of (easily recognisible) spam sent to the BTS today





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Lots of (easily recognisible) spam sent to the BTS today
Blars Blarson

2006-10-31, 1:31 am

In article <20061030234646.GA27279@javifsp.no-ip.org> jfs@computer.org writes:
>BTW, could it be possible to provide an alternate interface to submit spam?
>(like the 'report-listspam AT lists.debian.org' we can bounce spam from the
>mailing lists to)


Here's a short script I use to process messages sent to owner@bugs
that report spam. It uses the existing interface.

#!/usr/bin/perl

use strict;
use LWP::Simple;

my @mess = <STDIN>;
my $mess = join('', @mess);
my @bugs = $mess =~ /[^\d](\d{3,8})/gs;

foreach my $bug (@bugs) {
my $ans = get("http://bugs.debian.org/cgi-bin/bugspam.cgi?bug=$bug");
}



--
Blars Blarson blarson@blars.org
http://www.blars.org/blars.html
With Microsoft, failure is not an option. It is a standard feature.


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com