Amir Caspi wrote > On that note -- regardless of what OTHER HW/SW solutions might do, since > this is a SpamAssassin mailing list ... is there any facility to implement > this in SA? That is, when calling the URIBL plugin, could it check both > the shortened URL and the expanded URL (for known shorteners) ? Does that > facility already exist and I missed it?
Hi Guys! We provide an URIBL that already have a script in Perl to expand redirections until no more redirections: https://www.dropbox.com/s/5aorrijafw5ygk0/uribl.pl?dl=0 <https://www.dropbox.com/s/5aorrijafw5ygk0/uribl.pl?dl=0> Our URIBL ignores the intermediary URLs. The target is the final URL, that will be viewed by user: <code>root@mx-br:/home/ubuntu# ./uribl.pl "http://goo.gl/ylUAd" (www.hollywoodreporter.com) is not listed in 'uribl.spfbl.net'.</code> More about consumption of our URIBL can be read here: http://spfbl.net/en/uribl <http://spfbl.net/en/uribl> Could you guys help me adjust this script to run inside SA? -- Sent from: http://spamassassin.1065346.n5.nabble.com/SpamAssassin-Users-f3.html