"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "spambayes-1.0.4/pspam/README.txt" of archive spambayes-1.0.4.zip:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 pspam: persistent spambayes filtering system
2 --------------------------------------------
3
4 pspam uses a POP proxy to score incoming messages, a set of VM folders
5 to manage training data, and a ZODB database to manage data used by
6 the various applications.
7
8 The current code only works with a patched version of classifier.py.
9 Remove the object base class & change the class used to create new
10 WordInfo objects.
11
12 This directory contains:
13
14 pspam -- a Python package
15 pop.py -- a POP proxy based on SocketServer
16 scoremsg.py -- prints the evidence for a single message read from stdin
17 update.py -- a script to update training data from folders
18 vmspam.ini -- a sample configuration file
19 zeo.sh -- a script to start a ZEO server
20 zeo.bat -- a script to start a ZEO server on Windows
21
22 The code depends on ZODB3, which you can download from
23 http://www.zope.org/Products/StandaloneZODB.
24
25