Hi Raymond

> If you could check that it would help a lot....
> 
> Some rules to translate common used services and your example is a good 
> one. If you would check the specific domain it would havbe hit SURBL.

Yes, and future hits to the SWINOG Spamtrap (uribl.swinog.ch) will also
extract such target URI:

Part of the Spamtrap code that looks at the decoded email content:

        my $finder = URI::Find->new(sub {
                my($uri) = shift;
                print "FOUND $uri\n" if ($debug);
                if ($uri =~ 
m|^https://www.google.com/url\?q=https\%3A\%2F\%2F([\w\.-]*\w)|) {
                        print "GOOGLE REDIR to $1\n" if ($debug);
                        push @uris, $1;
                }


Mit freundlichen Grüssen

-Benoît Panizzon-
-- 
I m p r o W a r e   A G    -    Leiter Commerce Kunden
______________________________________________________

Zurlindenstrasse 29             Tel  +41 61 826 93 00
CH-4133 Pratteln                Fax  +41 61 826 93 01
Schweiz                         Web  http://www.imp.ch
______________________________________________________

Reply via email to