/[Apache-SVN]/spamassassin/trunk/rules/20_uri_tests.cf
ViewVC logotype

Diff of /spamassassin/trunk/rules/20_uri_tests.cf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/rules/20_uri_tests.cf	2005/05/12 02:53:37	169747
+++ spamassassin/trunk/rules/20_uri_tests.cf	2005/05/12 03:04:33	169748
@@ -25,9 +25,9 @@
 require_version @@VERSION@@
 
 # Redirector URI patterns
-redirector_pattern	/^http:\/\/chkpt\.zdnet\.com\/chkpt\/\w+\/(.*)$/
-redirector_pattern	/^http:\/\/www(?:\d+)?\.nate\.com\/r\/\w+\/(.*)$/
-redirector_pattern	/^http:\/\/.+\.gov\/(?:.*\/)?externalLink\.jhtml\?.*url=(.*?)(?:&.*)?$/
+redirector_pattern	/^http:\/\/chkpt\.zdnet\.com\/chkpt\/\w+\/(.*)$/i
+redirector_pattern	/^http:\/\/www(?:\d+)?\.nate\.com\/r\/\w+\/(.*)$/i
+redirector_pattern	/^http:\/\/.+\.gov\/(?:.*\/)?externalLink\.jhtml\?.*url=(.*?)(?:&.*)?$/i
 
 uri NUMERIC_HTTP_ADDR		/^https?\:\/\/\d{7}/is
 describe NUMERIC_HTTP_ADDR	Uses a numeric IP address in URL

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26