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/07/05 13:53:45 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

The comment on the change is:
oops, rsync password step

------------------------------------------------------------------------------
  
  so that that latest script is updated for when cron runs.
  
+ Finally, edit {{{/home/corpus-rsync/secrets}}} and add a line to the end, like so:
+ 
+ {{{
+ $MCUSER:$MCPWD
+ }}}
+ 
+ e.g. if MCUSER was "bb-jm" and the generated MCPWD was "Wi0FdPWg":
+ 
+ {{{
+ bb-jm:Wi0FdPWg
+ }}}
+