You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by hs...@apache.org on 2007/06/14 13:32:02 UTC

svn commit: r547221 - /spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf

Author: hstern
Date: Thu Jun 14 04:32:01 2007
New Revision: 547221

URL: http://svn.apache.org/viewvc?view=rev&rev=547221
Log:
Added redirectors for:

http://rd.yahoo.co.jp/*http://www.ixp.jp/univac/
http://aol.com/redir.adp?_url=http://www.ixp.jp/univac/


Modified:
    spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf

Modified: spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf?view=diff&rev=547221&r1=547220&r2=547221
==============================================================================
--- spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf (original)
+++ spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf Thu Jun 14 04:32:01 2007
@@ -55,6 +55,16 @@
 #	-> http://www.domain.tld inside a frame
 redirector_pattern m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/translate\?.*?(?<=[?&])u=(.*?)(?:$|[&\#])'i
 
+# AOL redirector
+# http://aol.com/redir.adp?_url=http://www.ixp.jp/univac/
+#	-> http://www.ixp.jp/univac/
+redirector_pattern m'^http:/*(?:\w+\.)?aol\.com/redir\.adp\?.*(?<=[?&])_url=(.*?)(?:$|[&\#])'i
+
+# Yahoo Japan redirector
+# http://rd.yahoo.co.jp/*http://www.ixp.jp/univac/
+#	-> http://www.ixp.jp/univac/
+redirector_pattern m'^http:/*rd\.yahoo\.co\.jp/\*(.*)'i
+
 uri __HS_GEOCITIES_URI m'^https?:/*(?:[a-z]+\.)*geocities\.(?:com|yahoo\.com)(?:\.[a-z]{2})?(?:$|[/\#?])'i
 uri __HS_TRIPOD_URI m'^https?:/*(?:[a-z]+\.)*tripod\.com(?:$|[/\#?])'i
 uri __HS_MSNSPACES_URI m'^https?:/*spaces.msn.com/[a-z0-9_\-](?:$|[/\#?])'i