File: CORPUS_SUBMIT

package info (click to toggle)
spamassassin 3.1.7-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,376 kB
  • ctags: 2,123
  • sloc: perl: 39,706; ansic: 3,133; sh: 1,344; sql: 170; makefile: 168
file content (32 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 1. If you don't already have a submission account, send a request to
    pmc@spamassassin.apache.org and ask for a score generation mass-check
    submission account.  You will receive your username and password
    via email, it will only be good for the score generation mass-check
    submissions.  If you're interested in the nightly submissions,
    please see the CORPUS_SUBMIT_NIGHTLY document.

 2. Get the latest version of SA following the instructions in the score
    generation mass-check announcement email.
 3. Now cd to the "masses" directory in the checked-out SVN code tree.
 4. Read README to gain understanding of what mass-check does.
 5. Run mass-check against your ham and spam mail archives.
 6. Clean the results: see <http://wiki.apache.org/spamassassin/CorpusCleaning>.
 7. rename ham.log and spam.log to the appropriate filenames.  ** see note below **
 8. rsync -CPcvzb ham-yourname.log spam-yourname.log username@rsync.spamassassin.org::submit

Thanks for your help!


Note: Depending on what type of mass-check you've run, the name of
the file you need to upload may be different.  The different types of
mass-check are combinations of with/without Bayes, and with/without
Net rules.  The resulting filenames are:

Set 0		ham-nobayes-nonet-username.log	spam-nobayes-nonet-username.log
Set 1		ham-nobayes-net-username.log	spam-nobayes-net-username.log
Set 2		ham-bayes-nonet-username.log	spam-bayes-nonet-username.log
Set 3		ham-bayes-net-username.log	spam-bayes-net-username.log

For GA mass-check runs, there will be 3 announcements for people to run
sets 1-3 (we can get the set 0 results by removing the net results from
set 1 ...)