You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/04/05 16:43:58 UTC

svn commit: r391631 - /spamassassin/trunk/build/mkupdates/run_part2

Author: jm
Date: Wed Apr  5 07:43:57 2006
New Revision: 391631

URL: http://svn.apache.org/viewcvs?rev=391631&view=rev
Log:
rule updates for 3.2.0 should not contain new features.  TODO: need a better way to do this

Modified:
    spamassassin/trunk/build/mkupdates/run_part2

Modified: spamassassin/trunk/build/mkupdates/run_part2
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/mkupdates/run_part2?rev=391631&r1=391630&r2=391631&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/run_part2 (original)
+++ spamassassin/trunk/build/mkupdates/run_part2 Wed Apr  5 07:43:57 2006
@@ -71,6 +71,11 @@
 # remove the rules files for rules we won't be shipping
 rm rules/70_sandbox.cf rules/70_inactive.cf
 
+# remove new features, unsupported in existing code in the field
+# (TODO: need a better way to exclude files that require new features
+# like this)
+rm rules/60_shortcircuit.cf
+
 # and ensure the ruleset lints!
 ./spamassassin --lint                    || exit $?