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 2007/01/29 23:52:57 UTC

[Spamassassin Wiki] Update of "RsyncConfig" 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/RsyncConfig

------------------------------------------------------------------------------
   1. Put the "username:password" pair in the appropriate file.
   1. Mail the user a non-descript message with the username and password in it.
  
- Nightly submitters get added to the "secrets" file, and also add their real name and email to the file "result-acct".  When preparing for a score generation run, overwrite the "secrets-submit" file with the "secrets" file, and add anyone else who is only interested in score generation.  At the end of the score generation run, the "secrets-submit" file ought to be truncated ala "cat /dev/null > secrets-submit".
+ Nightly submitters get added to the "secrets" file, and also add their real name and email to the file "result-acct".  When preparing for a score generation run, overwrite the "secrets-submit" file with the "secrets" file:
  
+ {{{
+ sudo cp /home/corpus-rsync/secrets /home/corpus-rsync/secrets-submit
+ sudo chmod 600 /home/corpus-rsync/secrets-submit
+ }}}
+ 
+  and add anyone else who is only interested in score generation.  At the end of the score generation run, the "secrets-submit" file ought to be truncated ala "cat /dev/null > secrets-submit".
+