[Spambayes-checkins] website faq.ht,1.7,1.8

Skip Montanaro montanaro at users.sourceforge.net
Mon May 26 13:25:36 EDT 2003


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

Modified Files:
	faq.ht 
Log Message:
small HTML formatting changes  replace <br><br> with </p> where appropriate
and delete the previous </p>


Index: faq.ht
===================================================================
RCS file: /cvsroot/spambayes/website/faq.ht,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** faq.ht	26 May 2003 19:19:49 -0000	1.7
--- faq.ht	26 May 2003 19:25:33 -0000	1.8
***************
*** 192,196 ****
    Python on your system, check the Python download page for the
    version appropriate to your computer:
- </p>
  <pre>
  http://www.python.org/download/
--- 192,195 ----
***************
*** 202,207 ****
  into your Python site-packages directory. You'll also need to move aside
  the standard "email" library - go to your Python "Lib" directory and
! rename "email" to "email_old".<br>
! <br>
  
  <h3>
--- 201,206 ----
  into your Python site-packages directory. You'll also need to move aside
  the standard "email" library - go to your Python "Lib" directory and
! rename "email" to "email_old".
! </p>
  
  <h3>
***************
*** 445,449 ****
  <p>
    To setup the POP3 and SMTP proxies (optional), run;
- </p>
  <pre>
  pop3proxy.py -b
--- 444,447 ----
***************
*** 452,457 ****
  the setup page. The minimum you need to do to get started is enter the
  servers and ports information in the POP3 proxy and SMTP proxy
! sections.<br>
! <br>
  
  <p>
--- 450,455 ----
  the setup page. The minimum you need to do to get started is enter the
  servers and ports information in the POP3 proxy and SMTP proxy
! sections.
! </p>
  
  <p>
***************
*** 533,543 ****
    and the other containing nothing but ham, you can train Spambayes
    using a command like:
- </p>
  <pre>
  hammie.py -g ~/tmp/newham -s ~/tmp/newspam
  </pre>The above command is OS-centric (eg. UNIX, or Windows command
  prompt). You can also use the web interface for training as detailed
! above.<br>
! <br>
  
  <h3>
--- 531,540 ----
    and the other containing nothing but ham, you can train Spambayes
    using a command like:
  <pre>
  hammie.py -g ~/tmp/newham -s ~/tmp/newspam
  </pre>The above command is OS-centric (eg. UNIX, or Windows command
  prompt). You can also use the web interface for training as detailed
! above.
! </p>
  
  <h3>
***************
*** 600,609 ****
    what a configuration file of all the defaults would like like if
    you execute the following Python commands:
- </p>
  <pre>
    &gt;&gt;&gt; from spambayes.Options import options
    &gt;&gt;&gt; print options.display()
! </pre><br>
! <br>
  
  <h3>
--- 597,605 ----
    what a configuration file of all the defaults would like like if
    you execute the following Python commands:
  <pre>
    &gt;&gt;&gt; from spambayes.Options import options
    &gt;&gt;&gt; print options.display()
! </pre>
! </p>
  
  <h3>
***************
*** 615,619 ****
    you are intending to use. The easiest thing is to execute the
    following Python commands:
- </p>
  <pre>
    &gt;&gt;&gt; from spambayes.Options import options
--- 611,614 ----
***************
*** 639,644 ****
  <pre>
    &gt;&gt;&gt; print options.options(prepend_section_name=False)
! </pre><br>
! <br>
  
  <h3>
--- 634,639 ----
  <pre>
    &gt;&gt;&gt; print options.options(prepend_section_name=False)
! </pre>
! </p>
  
  <h3>
***************
*** 711,715 ****
    to procmail can just write a recipe that invokes spambayes like
    this:
- </p>
  <pre>
   :0fw 
--- 706,709 ----
***************
*** 721,726 ****
   * ^X-Spambayes-Classification: spam 
   ${MAILDIR}/spam
! </pre><br>
! <br>
  
  <p>
--- 715,720 ----
   * ^X-Spambayes-Classification: spam 
   ${MAILDIR}/spam
! </pre>
! </p>
  
  <p>
***************
*** 730,734 ****
    incoming mail for training purposes. Here's one such example. If
    you place the following code in your ~/.vm file:
- </p>
  <pre>
  (defun copy-to-spam ()
--- 724,727 ----
***************
*** 748,754 ****
  </pre>"ls" will save a copy of the current message to ~/tmp/newspam and
  "lh" will save a copy of the current message to ~/tmp/newham. You can
! then use those files later as arguments to hammie.py for training. <br>
  
- <br>
  
  <p>
--- 741,747 ----
  </pre>"ls" will save a copy of the current message to ~/tmp/newspam and
  "lh" will save a copy of the current message to ~/tmp/newham. You can
! then use those files later as arguments to hammie.py for training.
! </p>
  
  
  <p>





More information about the Spambayes-checkins mailing list