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/11/13 01:00:27 UTC

svn commit: r594354 - in /spamassassin/trunk/build/nightlymc: corpus.fredt corpus.jm corpus.zmi

Author: jm
Date: Mon Nov 12 16:00:26 2007
New Revision: 594354

URL: http://svn.apache.org/viewvc?rev=594354&view=rev
Log:
use --cs_cache on nightly mass-check server-side

Modified:
    spamassassin/trunk/build/nightlymc/corpus.fredt
    spamassassin/trunk/build/nightlymc/corpus.jm
    spamassassin/trunk/build/nightlymc/corpus.zmi

Modified: spamassassin/trunk/build/nightlymc/corpus.fredt
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/nightlymc/corpus.fredt?rev=594354&r1=594353&r2=594354&view=diff
==============================================================================
--- spamassassin/trunk/build/nightlymc/corpus.fredt (original)
+++ spamassassin/trunk/build/nightlymc/corpus.fredt Mon Nov 12 16:00:26 2007
@@ -1,5 +1,5 @@
-opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.fredt"
-opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.fredt"
+opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.fredt"
+opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.fredt"
 tmp=$HOME/tmp
 tree=$HOME/svn
 prefs_weekly=$HOME/user_prefs.weekly

Modified: spamassassin/trunk/build/nightlymc/corpus.jm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/nightlymc/corpus.jm?rev=594354&r1=594353&r2=594354&view=diff
==============================================================================
--- spamassassin/trunk/build/nightlymc/corpus.jm (original)
+++ spamassassin/trunk/build/nightlymc/corpus.jm Mon Nov 12 16:00:26 2007
@@ -1,5 +1,5 @@
-opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
-opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
+opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
+opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
 tmp=$HOME/tmp
 tree=$HOME/svn
 prefs_weekly=$HOME/user_prefs.weekly

Modified: spamassassin/trunk/build/nightlymc/corpus.zmi
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/nightlymc/corpus.zmi?rev=594354&r1=594353&r2=594354&view=diff
==============================================================================
--- spamassassin/trunk/build/nightlymc/corpus.zmi (original)
+++ spamassassin/trunk/build/nightlymc/corpus.zmi Mon Nov 12 16:00:26 2007
@@ -1,5 +1,5 @@
-opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.zmi"
-opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.zmi"
+opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.zmi"
+opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.zmi"
 tmp=$HOME/tmp
 tree=$HOME/svn
 prefs_weekly=$HOME/user_prefs.weekly



Re: svn commit: r594354 - in /spamassassin/trunk/build/nightlymc: corpus.fredt corpus.jm corpus.zmi

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
Non --cs_paths_only clients require that the clients and server use 
--cs_schedule_cache, otherwise the server won't know which messages to 
send to the clients (and will instead send all messages anyway).

Without --cs_paths_only and using --cs_cache, the clients will build a 
cache, but the server won't know about it.

Daryl


jm@apache.org wrote:
> Author: jm
> Date: Mon Nov 12 16:00:26 2007
> New Revision: 594354
> 
> URL: http://svn.apache.org/viewvc?rev=594354&view=rev
> Log:
> use --cs_cache on nightly mass-check server-side
> 
> Modified:
>     spamassassin/trunk/build/nightlymc/corpus.fredt
>     spamassassin/trunk/build/nightlymc/corpus.jm
>     spamassassin/trunk/build/nightlymc/corpus.zmi
> 
> Modified: spamassassin/trunk/build/nightlymc/corpus.fredt
> URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/nightlymc/corpus.fredt?rev=594354&r1=594353&r2=594354&view=diff
> ==============================================================================
> --- spamassassin/trunk/build/nightlymc/corpus.fredt (original)
> +++ spamassassin/trunk/build/nightlymc/corpus.fredt Mon Nov 12 16:00:26 2007
> @@ -1,5 +1,5 @@
> -opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.fredt"
> -opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.fredt"
> +opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.fredt"
> +opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.fredt"
>  tmp=$HOME/tmp
>  tree=$HOME/svn
>  prefs_weekly=$HOME/user_prefs.weekly
> 
> Modified: spamassassin/trunk/build/nightlymc/corpus.jm
> URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/nightlymc/corpus.jm?rev=594354&r1=594353&r2=594354&view=diff
> ==============================================================================
> --- spamassassin/trunk/build/nightlymc/corpus.jm (original)
> +++ spamassassin/trunk/build/nightlymc/corpus.jm Mon Nov 12 16:00:26 2007
> @@ -1,5 +1,5 @@
> -opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
> -opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
> +opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
> +opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 ham:detect:/home/bbmass/rawcor/jm/ham/* --after="15552000" --tail=25000 --scanprob=0.3 spam:detect:/home/bbmass/rawcor/jm/spam/*"
>  tmp=$HOME/tmp
>  tree=$HOME/svn
>  prefs_weekly=$HOME/user_prefs.weekly
> 
> Modified: spamassassin/trunk/build/nightlymc/corpus.zmi
> URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/nightlymc/corpus.zmi?rev=594354&r1=594353&r2=594354&view=diff
> ==============================================================================
> --- spamassassin/trunk/build/nightlymc/corpus.zmi (original)
> +++ spamassassin/trunk/build/nightlymc/corpus.zmi Mon Nov 12 16:00:26 2007
> @@ -1,5 +1,5 @@
> -opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.zmi"
> -opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.zmi"
> +opts_weekly="--net --cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.zmi"
> +opts_nightly="--cache --cachedir=/tmpfs/aicache_nightly --cs_cache --cs_cachedir=/export/home/bbmass/cache --restart=500 --after="15552000" --tail=15000 -f /home/bbmass/mc-nightly/targets.zmi"
>  tmp=$HOME/tmp
>  tree=$HOME/svn
>  prefs_weekly=$HOME/user_prefs.weekly
> 
>