You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/05/02 21:18:42 UTC

svn commit: r534597 - /spamassassin/rules/trunk/sandbox/dos/new-rule-score-gen/README

Author: dos
Date: Wed May  2 12:18:41 2007
New Revision: 534597

URL: http://svn.apache.org/viewvc?view=rev&rev=534597
Log:
slightly more verbose directions :)

Modified:
    spamassassin/rules/trunk/sandbox/dos/new-rule-score-gen/README

Modified: spamassassin/rules/trunk/sandbox/dos/new-rule-score-gen/README
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/new-rule-score-gen/README?view=diff&rev=534597&r1=534596&r2=534597
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/new-rule-score-gen/README (original)
+++ spamassassin/rules/trunk/sandbox/dos/new-rule-score-gen/README Wed May  2 12:18:41 2007
@@ -1,12 +1,18 @@
-Steps for generating scores for rules promoted post 3.2.0 release:
+Steps for generating scores for rules promoted post 3.2.0 release
+(you only need to do the first three steps once):
 
  - checkout the directory this README file is in
 
- - create an RSYNC_CREDS file containing:
+ - create an RSYNC_CREDS file containing your nightly mass-check rsync creds
+   (don't do something silly like 'svn add' this file):
 
     RSYNC_USERNAME="username"
     RSYNC_PASSWORD="passowrd"
 
+ - protect those creds from others
+
+    chmod 600 RSYNC_CREDS
+
  - if the newest mass-check logs are set0 logs run this:
 
     ./generate-new-scores 1
@@ -21,6 +27,10 @@
 
 Steps for using set0 scores for set2 and set1 scores for set3
 (until we start enabling bayes on nightly mass-checks):
+
+  - generate the set0 and set1 scores as above
+
+  - run this:
 
     cp scores-set0 scores-set2
     cp scores-set1 scores-set3