Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-08-28 08:17:51
Size: 374
Editor: SamatJain
Comment:
Revision 3 as of 2016-01-27 07:53:32
Size: 401
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
bogoutil-sqlite -a 150 -m ~/.bogofilter/wordlist.db # Discard tokens older than 365d
bogoutil -a 365 -m ~/.bogofilter/wordlist.db

   1 maildir2mbox.py .Spam Spam.txt
   2 maildir2mbox.py .Spam.Not-Spam Not-Spam.txt
   3 maildir2mbox.py .Spam.Missed-Spam Missed-Spam.txt
   4 bogofilter -s -v < Spam.txt
   5 bogofilter -s -v < Missed-Spam.txt
   6 bogofilter -n -v < Not-Spam.txt
   7 # Discard tokens older than 365d
   8 bogoutil -a 365 -m ~/.bogofilter/wordlist.db
   9 sqlite3 ~/.bogofilter/wordlist.db 'VACUUM;'


CategoryCheatSheet

SamatsWiki: CheatSheet/Bogofilter (last edited 2016-01-27 07:59:35 by SamatJain)