You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2006/06/29 16:51:22 UTC

[Spamassassin Wiki] Update of "NightlyMassCheck" by JustinMason

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/NightlyMassCheck

------------------------------------------------------------------------------
  cd /home/bbmass/mc-nightly/$MCUSER
  
  sed -e "s/MCUSER/$MCUSER/" -e "s/MCPWD/$MCPWD/" > .corpus
+ }}}
+ 
+ And paste in these lines:
+ 
+ {{{
- opts_weekly="--restart=500 --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.MCUSER"
+ opts_weekly="--restart=500 --tail=15000 --net -j 8 -f /home/bbmass/mc-nightly/targets.$MCUSER"
- opts_nightly="--restart=500 --tail=15000 -f /home/bbmass/mc-nightly/targets.MCUSER"
+ opts_nightly="--restart=500 --tail=15000 -f /home/bbmass/mc-nightly/targets.$MCUSER"
  tmp=$HOME/tmp
  tree=$HOME/svn
  prefs_weekly=$HOME/user_prefs.weekly
  prefs_nightly=$HOME/user_prefs.nightly
- username=bb-MCUSER
+ username=bb-$MCUSER
- password=MCPWD
+ password=$MCPWD
+ }}}
  
- [CTRL-D to end cat]
+ Then CTRL-D to end cat.
  
+ {{{
  mkdir tmp
  svn co http://svn.apache.org/repos/asf/spamassassin/trunk svn
  [accept certificate 'p'ermanently]