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 2007/01/29 23:42:45 UTC

svn commit: r501214 - /spamassassin/trunk/build/mkrules

Author: jm
Date: Mon Jan 29 14:42:44 2007
New Revision: 501214

URL: http://svn.apache.org/viewvc?view=rev&rev=501214
Log:
oops.  abbreviated lint test run in mkrules doesn't load any .pre files, so (a) didn't do half of the linting and (b) died with the new check_main-implementor-required rule from bug 5311. fix

Modified:
    spamassassin/trunk/build/mkrules

Modified: spamassassin/trunk/build/mkrules
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkrules?view=diff&rev=501214&r1=501213&r2=501214
==============================================================================
--- spamassassin/trunk/build/mkrules (original)
+++ spamassassin/trunk/build/mkrules Mon Jan 29 14:42:44 2007
@@ -204,6 +204,7 @@
 
   # ensure we turn off slow/optional stuff for linting!
   my $pretext = q{
+    loadplugin Mail::SpamAssassin::Plugin::Check
     use_bayes 0
   };