Re: googlepages.com abuse

2007-12-25 Thread Ramprasad

alex wrote:

I made a script too, then I found your script when I searched later!
Your script is more efficient, now I just use yours :P I call it
directly from procmail.
  

glad to be of use ,  it was not a great effort though
BTW I think google has started taking complaints seriously. I dont seem 
many such spams now






===

sms START NETCORE to 575758 to get updates on Netcore's enterprise
products and services

sms START MYTODAY to 09845398453 for more information on our mobile
consumer services or go to http://www.mytodaysms.com

===



Re: googlepages.com abuse

2007-12-24 Thread alex
I made a script too, then I found your script when I searched later!
Your script is more efficient, now I just use yours :P I call it
directly from procmail.

On Thu, Nov 15, 2007 at 11:42:53AM +0530, ram wrote:
 
 #!/usr/bin/perl
 # Script to emulate a browser for posting a abuse complaint to google
 use strict;
 # Modules with routines for making the browser.
 use LWP::UserAgent;
 use HTTP::Request::Common;
 use Data::Dumper;
 my %tag;
 
 $tag{url}='http://www.google.com/support/pages/bin/request.py?ctx=submittedconfirm=abuse_spam';
 
 my ($URL,$BODY);
 while(){
 $BODY.=$_;
 if(m;(https?://[\w\_\-\.]+\.googlepages.com);){ 
   $URL=$1;
 }
 }
 unless($URL) { 
 die Could not get googlepages URL\n;
 }
 
 $tag{fields} = { 
 'extra.Language' = 'en',
 'extra.IssueType' = 'abuse_spam',
 'subject' = '',
 'extra.Name' = 'Ramprasad A Padmanabhan',
 'email' = '[EMAIL PROTECTED]',
 'extra.Name' = $URL,
 'body' = $BODY,
 'Action_Send' = 'Submit'
 };
 #print Dumper([\%tag]); exit 0;
 my $lwp = new LWP::UserAgent;
 if($tag{browser}) { $lwp-agent($tag{browser}); }
 my $Page = $lwp-request(POST $tag{url},$tag{fields});
 if ($Page-is_success) { print $Page-content; }
 else { print $Page-message; }
 
 


RE: googlepages.com abuse

2007-11-14 Thread ram
On Tue, 2007-11-13 at 06:32 -0500, Michael Scheidell wrote:
  -Original Message-
  From: ram [mailto:[EMAIL PROTECTED] 
  Sent: Tuesday, November 13, 2007 3:33 AM
  To: users@spamassassin.apache.org
  Subject: googlepages.com abuse
  
  
  I have recently starting seeing spams with URLS containing 
  Google pages websites 
  
  Currently I am scoring all googlepages.com link mails with 1.5 :-( 
  How do you folks trap these mails , And how do we report 
  abuse to google ( if they really bother ) 
 You can't.  Google ignores complaints, and email to @googlepages.com
 will bounce in 5 days due to their refusal to even follow the RFC's and
 have a server to receive email.
 
 Change the score to 10 and don't look back.
 Let their users have their own isolated piece of the spam infected
 world.
 

I have written a short script to send the complain to google. AFAIK
Google should not mind a BOT sending them a complain 

I simply alias this script and send the google abuse to this alias 
If anyone wants to use this ( just change the name and id ) 


#!/usr/bin/perl
# Script to emulate a browser for posting a abuse complaint to google
use strict;
# Modules with routines for making the browser.
use LWP::UserAgent;
use HTTP::Request::Common;
use Data::Dumper;
my %tag;

$tag{url}='http://www.google.com/support/pages/bin/request.py?ctx=submittedconfirm=abuse_spam';

my ($URL,$BODY);
while(){
$BODY.=$_;
if(m;(https?://[\w\_\-\.]+\.googlepages.com);){ 
$URL=$1;
}
}
unless($URL) { 
die Could not get googlepages URL\n;
}

$tag{fields} = { 
'extra.Language' = 'en',
'extra.IssueType' = 'abuse_spam',
'subject' = '',
'extra.Name' = 'Ramprasad A Padmanabhan',
'email' = '[EMAIL PROTECTED]',
'extra.Name' = $URL,
'body' = $BODY,
'Action_Send' = 'Submit'
};
#print Dumper([\%tag]); exit 0;
my $lwp = new LWP::UserAgent;
if($tag{browser}) { $lwp-agent($tag{browser}); }
my $Page = $lwp-request(POST $tag{url},$tag{fields});
if ($Page-is_success) { print $Page-content; }
else { print $Page-message; }





googlepages.com abuse

2007-11-13 Thread ram
I have recently starting seeing spams with URLS contining googlepages
websites 

Currently I am scoring all googlepages.com link mails with 1.5 :-( 
How do you folks trap these mails , And how do we report abuse to google
( if they really bother ) 


Thanks
Ram



RE: googlepages.com abuse

2007-11-13 Thread Michael Scheidell

 -Original Message-
 From: ram [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, November 13, 2007 3:33 AM
 To: users@spamassassin.apache.org
 Subject: googlepages.com abuse
 
 
 I have recently starting seeing spams with URLS containing 
 Google pages websites 
 
 Currently I am scoring all googlepages.com link mails with 1.5 :-( 
 How do you folks trap these mails , And how do we report 
 abuse to google ( if they really bother ) 
You can't.  Google ignores complaints, and email to @googlepages.com
will bounce in 5 days due to their refusal to even follow the RFC's and
have a server to receive email.

Change the score to 10 and don't look back.
Let their users have their own isolated piece of the spam infected
world.

-- 
Michael Scheidell, CTO
Office: 561-999-5000 x 1259
Direct: 561-939-7259
Real time security alerts: http://www.secnap.com/news
 
_
This email has been scanned and certified safe by SpammerTrap(tm).
For Information please see http://www.spammertrap.com
_


Re: googlepages.com abuse

2007-11-13 Thread Bart Schaefer
On Nov 13, 2007 3:32 AM, Michael Scheidell [EMAIL PROTECTED] wrote:

  How do you folks trap these mails , And how do we report
  abuse to google ( if they really bother )
 You can't.  Google ignores complaints, and email to @googlepages.com
 will bounce in 5 days due to their refusal to even follow the RFC's and
 have a server to receive email.

Er, which RFC are you claiming requires them to have a server to receive mail?

In any case I inquired of an acquaintance who works at Google and got
this response to the question of how do we report abuse:

Web link: http://www.google.com/support/pages/bin/request.py
with links there for spam, phishing, scumware, etc.

Email links get too heavily spammed so the one contact address which has
leaked gets a push-back mail to use the web form.  All complaints are
acted upon quickly but no individual replies are sent.  Quickly here is
in practice within one business day (but I don't believe that there's a
formal commitment to this).

Any evidence that a complaint has been ignored would be interesting to
see; ultimately, is the page still up? is the check.


Re: googlepages.com abuse

2007-11-13 Thread SM

At 19:31 13-11-2007, Bart Schaefer wrote:

Er, which RFC are you claiming requires them to have a server to receive mail?


It's a BCP quoted by SMTP folks to annoy Web-enabled people. :-)

Regards,
-sm