Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Nightly MassChecks by Uploading your Corpora


Corpus uploads are not used anymore due to resource and privacy reasons.


How to participate in NightlyMassCheck runs by uploading your email.

...

It is possible to mass-check these corpora nightly ; results also at http://bbmass.spamassassin.org:8011/ .Details for PMC members on how to set up new accounts are at NewUploadedCorporaUser .

Administrivia: how the corpus is laid out

...

No Format
CORPUSUSER="[username you want to give out]"
cd /home/bbmass/uploadedcorpora/
mkdir $CORPUSUSER
chmod 1777 $CORPUSUSER
#PERMISSIONS CHANGED ON NEW SPAMASSASSIN-VM BOX
chown rsync.rsync $CORPUSUSER

Then create a random password string, and add a line to /home/corpus-rsync/secrets with $CORPUSUSER and that password.

...