[Spambayes-checkins] website unix.ht,1.4,1.5

Skip Montanaro montanaro at users.sourceforge.net
Mon Aug 11 10:58:40 EDT 2003


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

Modified Files:
	unix.ht 
Log Message:
use ".hammie.db" consistently as the database name


Index: unix.ht
===================================================================
RCS file: /cvsroot/spambayes/website/unix.ht,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** unix.ht	7 Aug 2003 01:14:00 -0000	1.4
--- unix.ht	11 Aug 2003 16:58:37 -0000	1.5
***************
*** 27,31 ****
  <pre>/usr/local/bin/hammiefilter.py -d $HOME/.hammie.db -n</pre></li>
  <li>Train it on your existing mail. This is optional, but a good idea. -g is the flag for the known good mail, and -s is for known spam 
! <pre>/usr/local/bin/mboxtrain.py -d $HOME/.hammiedb -g $HOME/Mail/inbox -s $HOME/Mail/spam</pre></li>
  <li>Adding the following recipes to the top of your .procmailrc will get the spam and unsure stuff out of the way. Allowing everything else to be filtered as per your normal procmail recipes.
  <pre>
--- 27,31 ----
  <pre>/usr/local/bin/hammiefilter.py -d $HOME/.hammie.db -n</pre></li>
  <li>Train it on your existing mail. This is optional, but a good idea. -g is the flag for the known good mail, and -s is for known spam 
! <pre>/usr/local/bin/mboxtrain.py -d $HOME/.hammie.db -g $HOME/Mail/inbox -s $HOME/Mail/spam</pre></li>
  <li>Adding the following recipes to the top of your .procmailrc will get the spam and unsure stuff out of the way. Allowing everything else to be filtered as per your normal procmail recipes.
  <pre>
***************
*** 43,47 ****
  </li>
  <li>For ongoing training, there is a handy little cronjob that will run at 2:21 am every morning, training the database with good mail from Inbox and spam from caughtspam. Just add the following to your crontab
! <pre>21 2 * * * /usr/local/bin/mboxtrain.py -d $HOME/.hammiedb -g $HOME/Mail/Inbox -s $HOME/Mail/spam</pre>
  </li>
  </ol>
--- 43,47 ----
  </li>
  <li>For ongoing training, there is a handy little cronjob that will run at 2:21 am every morning, training the database with good mail from Inbox and spam from caughtspam. Just add the following to your crontab
! <pre>21 2 * * * /usr/local/bin/mboxtrain.py -d $HOME/.hammie.db -g $HOME/Mail/Inbox -s $HOME/Mail/spam</pre>
  </li>
  </ol>





More information about the Spambayes-checkins mailing list