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/07/31 19:53:05 UTC

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

Author: jm
Date: Tue Jul 31 10:53:04 2007
New Revision: 561410

URL: http://svn.apache.org/viewvc?view=rev&rev=561410
Log:
use dedicated archive-iterator cache tree for bbmass preflight mass-checks

Modified:
    spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/run_preflight?view=diff&rev=561410&r1=561409&r2=561410
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Tue Jul 31 10:53:04 2007
@@ -108,7 +108,7 @@
 run "/local/bbmasstools/masschroot $perl ".
     "mass-check -c=tstrules --cache -j=1 ".
     "--noisy --deencap='petuniapress.com' ".
-    "--cachedir=/tmpfs/aicache ".
+    "--cachedir=/tmpfs/aicache_bbmass ".
     "--after='6 months ago' ".
     $mass_check_args{$slavename}." ".
     "ham:detect:/export/home/bbmass/rawcor/*/ham/* ".