You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2014/02/06 19:09:18 UTC

svn commit: r1565378 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_shared_subrules.cf

Author: jhardin
Date: Thu Feb  6 18:09:18 2014
New Revision: 1565378

URL: http://svn.apache.org/r1565378
Log:
Fixing cross-sandbox dependencies per bug#6999

Added:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_shared_subrules.cf

Added: spamassassin/trunk/rulesrc/sandbox/jhardin/20_shared_subrules.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_shared_subrules.cf?rev=1565378&view=auto
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_shared_subrules.cf (added)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_shared_subrules.cf Thu Feb  6 18:09:18 2014
@@ -0,0 +1,7 @@
+#
+# local-to-sandbox copies of rules from others' sandboxes, per bug 6999
+#
+
+# originally from khopesh/20_khop_experimental.cf
+rawbody  __BUGGED_IMG	m{<img\b[^>]{0,100}\ssrc=.?https?://[^>]{6,80}(?:\?[^>]{8}|[^a-z](?![a-f]{3}|20\d\d[01]\d[0-3]\d)[0-9a-f]{8})}i
+