[Spambayes-checkins] website applications.ht,1.6,1.7

Skip Montanaro montanaro at users.sourceforge.net
Wed May 21 20:18:10 EDT 2003


Update of /cvsroot/spambayes/website
In directory sc8-pr-cvs1:/tmp/cvs-serv27889

Modified Files:
	applications.ht 
Log Message:
add blurb about mboxtrain.py


Index: applications.ht
===================================================================
RCS file: /cvsroot/spambayes/website/applications.ht,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** applications.ht	22 May 2003 02:10:13 -0000	1.6
--- applications.ht	22 May 2003 02:18:08 -0000	1.7
***************
*** 8,11 ****
--- 8,12 ----
  they're getting there (and help is always appreciated).
  </p>
+ 
  <h3>Outlook</h3>
  <p>Sean True and Mark Hammond have developed an addin for Outlook (2000 and XP) that
***************
*** 24,27 ****
--- 25,29 ----
  <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/Outlook2000/about.html?rev=HEAD&content-type=text/html">about.html</a> file in the spambayes CVS repository's Outlook2000 directory.
  </p>
+ 
  <h4>Availability</h4>
  <p>Mark has packaged together <a href="http://starship.python.net/crew/mhammond/downloads/SpamBayes-Outlook-Setup-002.exe">an installer for the plugin</a>.
***************
*** 40,43 ****
--- 42,46 ----
  <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/INTEGRATION.txt?rev=HEAD&content-type=text/plain">guide to integrating hammie with your mailer</a> (Unix-only instructions at the moment - additions welcome!). 
  Currently it focusses on running hammie via procmail. </p>
+ 
  <h4>Requirements</h4>
  <ul>
***************
*** 45,48 ****
--- 48,52 ----
  <li>Currently documentation focuses on Unix.</li>
  </ul>
+ 
  <h4>Availability</h4>
  <p><a href="download.html">Download the alpha2 release.</a></p>
***************
*** 52,55 ****
--- 56,60 ----
  <p>pop3proxy sits between your mail client and your real POP3 server and marks
  mail as ham or spam as it passes through. See the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/pop3proxy.py?rev=HEAD&content-type=text/plain">docstring at the top of pop3proxy.py</a> for more.
+ 
  <h4>Requirements</h4>
  <ul>
***************
*** 58,61 ****
--- 63,67 ----
  </ul>
  </p>
+ 
  <h4>Availability</h4>
  <p><a href="download.html">Download the alpha2 release.</a></p>
***************
*** 67,70 ****
--- 73,77 ----
  See the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/imapfilter.py?rev=HEAD&content-type=text/plain">docstring at the top of imapfilter.py</a> for more.</p>
  <p>Note that this application is 'more' alpha than the others.</p>
+ 
  <h4>Requirements</h4>
  <ul>
***************
*** 73,78 ****
--- 80,100 ----
  </ul>
  </p>
+ 
  <h4>Availability</h4>
  <p>You will need to use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
+ <h3><a name="mboxtrain">mboxtrain.py</a></h3>
+ <p>This application allows you to train incrementally on ham and spam
+ messages stored in Unix mailbox format files.  When run, it adds an extra
+ header to the messages it trains on and only trains on messages it hasn't
+ seen previously.</p>
+ 
+ <h4>Requirements</h4>
+ <ul>
+ <li>Python2.2 or later (2.2.2 recommended)</li>
+ <li>The code is currently Unix-specific.</li>
+ </ul>
  
+ <h4>Availability</h4>
+ <p><a href="download.html">Download the alpha2 release.</a></p>
+ <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>





More information about the Spambayes-checkins mailing list