================= BOGOFILTER NEWS ================= $Id: CHANGES-0.13,v 1.27 2003/07/02 20:10:46 relson Exp $ 0.13.7.2 2003-07-02 * Fixed loop in yyinput() caused by unexpected EOF. 0.13.7.1 2003-06-26 * Update bogotune to version 0.3 * Added '-k size' option to bogofilter and bogoutil for setting BerkeleyDB's cache size. 2003-06-25 * For bogotune change processing of '-t' switch from pass 1 to pass 2 so that it supercedes the config file. * Man pages now use '\ ' when a non-breaking space is needed, instead of 0xA0. 2003-06-24 * '-Q' processing no longer requires that spamlist.db be present. 0.13.7 2003-06-20 * Replaced tuning/tuning.sh with tuning/bogotune (and related files). 0.13.6.3 2003-06-18 * Minor code rewrites to speed up processing messages, mboxes, and msg-count files. In particular, tuning/tuning.sh runs are approx 47% faster than before. * Fixed several errors in tuning/tuning.sh and reformatted "Top 10 Results" output. * Minor changes to bogoutil to support bogotune script. * Added newlines to correct usage messages. 0.13.6.2 2003-06-05 * Don't allow square brackets in tokens. Do allow dollar signs in tokens in msg-count files. * Bogolexer now discards first 'From' token to match scoring behavior of bogofilter. 0.13.6.1 2003-06-05 * Updated file tuning/README and script tuning/tuning.sh. 0.13.6 2003-06-04 * Fix check for "^From " lines to work properly during base64 decoding. * End html comment processing when a message header is found. * Improve README for the tuning scripts and simplify them. 0.13.5 2003-06-03 * Allow terminal exclamation points on tokens. * Updated contrib/mime.get.rfc822 2003-06-02 * Fixed bogofilter's non-use of message counts in msg-count files. * Diagnose invalid values of robx. * Modified rstats_print_histogram() so it doesn't print 'nan's. * Modified t.frame to find version of grep on Solaris so t.bulkmode can run successfully. 0.13.4.1 2003-05-31 * Modified t.parsing test so it works with OSX's default file system. 0.13.4 2003-05-30 * Changed default value of ROBS from 0.001 to 0.01 * Fixed options '-M' (mailbox mode) and '-p' (passthrough mode) so they work properly together. * Minor cleanups in bogofilter.cf.example * Added db-3.2 and db-3.1 to list for AC_CHECK_DB in configure.ac 0.13.3 2003-05-28 * Minor code tweaks to quiet gcc-3.3 warnings. 2003-05-26 * Added doc/programmer/README.osx to distribution. * Corrected FAQ's procmail recipe for training with SpamAssassin. 2003-05-24 * Added -V (version) option to bogolexer. * Tweaked long line check used to prevent scanner buffer overflow. 0.13.2.1 2003-05-24 * In bulkmode, output filenames to stdout. * Further fixes for static-build system. 0.13.2 2003-05-24 * The static-build system has been revised. It is not very portable, but it works on recent Linux distros. This feature is mainly used for packaging RPMs. The revision now uses ./configure --enable-static to compile bogofilter_static et al in addition to dynamically linked executables. * Some effort has been put in the autoconfiguration of the BerkeleyDB library, as long as no cross-compilation for a different system is done. This code should now reliably detect the right library to link against for BerkeleyDB 4.1, 4.0 and 3.3 and possibly some older 3.x versions, and it takes --enable-static into account. 2003-05-23 * Fixed defect in replace_nonascii_characters that was superseding ignore_case option. * Portability fix for efence usage in t.frame. * Added static-build to solve glibc version problem. 0.13.1 2003-05-23 * Modified "make rpm" to also build statically linked binaries. They're packaged in bogofilter-static-x.y.z-1.i586.rpm * Fixed bogofilter.spec.in to include files CHANGES-0.13 and RELEASE.NOTES-0.13 which had been left out. 2003-05-21 * tests/t.frame portability fix for non-Linux compatibility. 0.13.0 2003-05-21 * Added file RELEASE.NOTES-0.13. Read it! * Bogofilter now recognizes a line composed of whitespace characters as the end of the message header and creates special token "spc:invalid_end_of_header" for it. * contrib/randomtrain and contrib/scramble can now process both mbox and maildir formats. 2003-05-19 * Remove incomplete RMAIL/Babyl-5 support. * Added perl script contrib/mime.get.rfc822 to extract forwarded messages from with a message. 2003-05-18 * Changed parsing defaults to: -PI ignore_case (default is disabled) -Ph header_line_markup (default is enabled) -Pt tokenize_html_tags (default is enabled) 2003-05-17 * Added basic support for emacs RMAIL mailboxes. 2003-05-16 * Parsing code now recognizes money amounts, includes exclamation points in tokens, and allows tokenizing of html tags FONT, A, and IMG. 2003-05-15 * New parsing options (command line and config file) for ignore_case (-Pi/-PI), header_line_markup (-Ph/-PH), and tokenize_html_tags (-Pt/-PT). * Registration code modified to count unique tokens for each message and display the total of the counts. 2003-05-14 * Added 'bogo-what?' to FAQ. 0.12.3 2003-05-10 * Final 0.12 release vim:tw=79 com=bf\:* ts=8 sts=8 sw=8 ai: