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 2008/01/14 13:21:35 UTC

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

Author: hstern
Date: Mon Jan 14 04:21:33 2008
New Revision: 611783

URL: http://svn.apache.org/viewvc?rev=611783&view=rev
Log:
Added 'inurl' to the Google site search redirector pattern.


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?rev=611783&r1=611782&r2=611783&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf (original)
+++ spamassassin/rules/trunk/sandbox/hstern/20_uri_tests.cf Mon Jan 14 04:21:33 2008
@@ -41,7 +41,10 @@
 # Google site search
 # http://www.google.com/search?q=site:bluevallet.com
 #	-> links to http://www.bluevallet.com/
-redirector_pattern m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%20|..[=+\s])site:(.*?)(?:$|%20|[\s+&\#])'i
+# Google inurl search
+# http://google.com//search?hl=en&q=inurl:rnyself.com%2Bvpxl%2Bmade%2Beasy&btnI=RC27
+#       -> searches for 'VXPL made easy' on rnyself.com
+redirector_pattern m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%20|..[=+\s])(?:site|inurl):(.*?)(?:$|%20|[\s+&\#])'i
 
 # Google search for pages that contain the site name
 # http://www.google.com/search?q="bluevallet.com"