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/05/16 19:40:11 UTC

svn commit: r407007 - /spamassassin/trunk/build/automc/run_preflight

Author: jm
Date: Tue May 16 10:40:10 2006
New Revision: 407007

URL: http://svn.apache.org/viewcvs?rev=407007&view=rev
Log:
sandbox plugins should run in preflight mass-checks

Modified:
    spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/run_preflight?rev=407007&r1=407006&r2=407007&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Tue May 16 10:40:10 2006
@@ -30,11 +30,12 @@
 
 unlink ("ham.log", "spam.log");
 
-# just the sandbox rules and the timing plugin
+# just the sandbox rules, sandbox plugins, and the timing plugin
 #
 system ("rm -rf tstrules");
 run "mkdir tstrules";
 run "cp ../rules/70_sandbox.cf tstrules";
+run "cp ../rules/*.pm tstrules";
 run "cp plugins/*.* tstrules";
 
 # well, ok just those, and anything that's been mailed-in