You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/11/16 04:16:30 UTC

svn commit: rev 75983 - spamassassin/trunk/rules

Author: felicity
Date: Mon Nov 15 19:16:29 2004
New Revision: 75983

Modified:
   spamassassin/trunk/rules/70_testing.cf
Log:
bug 3967: new versions of RATWARE_STORM_URI and USERPASS which do a much better job w/ URIs that have lots of redirections

Modified: spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf	(original)
+++ spamassassin/trunk/rules/70_testing.cf	Mon Nov 15 19:16:29 2004
@@ -385,3 +385,8 @@
 body T_REDIRS_10	eval:redirect_num('10')
 body T_REDIRS_15	eval:redirect_num('15')
 body T_REDIRS_20	eval:redirect_num('20')
+
+# bug 3967
+uri T_RATWARE_STORM_URI	m{^http://\S{1,100}/sp/t\.pl\?id=\d+:\d+}i
+uri T_USERPASS                    m{^https?://[^/\s]*?(?::[^/\s]+?)?\@}
+