You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2005/11/18 05:13:22 UTC

svn commit: r345439 - /spamassassin/rules/trunk/sandbox/dos/20_uri.cf

Author: dos
Date: Thu Nov 17 20:13:17 2005
New Revision: 345439

URL: http://svn.apache.org/viewcvs?rev=345439&view=rev
Log:
sandbox: doh! forgot uri scheme

Modified:
    spamassassin/rules/trunk/sandbox/dos/20_uri.cf

Modified: spamassassin/rules/trunk/sandbox/dos/20_uri.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/dos/20_uri.cf?rev=345439&r1=345438&r2=345439&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/20_uri.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/20_uri.cf Thu Nov 17 20:13:17 2005
@@ -1,2 +1,2 @@
-uri	T_GEO_QUERY_STRING	/^(?:\w{2,4}\.)?geocities\.com(?::\d+)?\/.+?\/\?/i
+uri	T_GEO_QUERY_STRING	/^http:\/\/(?:\w{2,4}\.)?geocities\.com(?::\d*)?\/.+?\/\?/i