Subject: CVS commit: pkgsrc/mail/bogofilter
To: None <pkgsrc-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: pkgsrc-changes
Date: 08/04/2004 06:20:49
Module Name:	pkgsrc
Committed By:	snj
Date:		Wed Aug  4 06:20:49 UTC 2004

Modified Files:
	pkgsrc/mail/bogofilter: Makefile distinfo

Log Message:
Update to 0.92.4.  Changes:
* Remove 'g', 'r', and 'f' from bogofilter's OPTIONS list as
  there's only one scoring algorithm.
* Fixed db_init/db_cleanup problems encountered with multiple
  wordlists and concurrent data stores.
* Bugfix:  '%I' is now really the Message-ID,
* Feature: '%Q' is now the queue ID
* Use an explicit inputs/outputs directory list to avoid shipping test
  files in those directories.
* Miscellaneous cleanups, removed 'degen' code remainders.
* Formatting character changes:
  '%A' is now the message's IP address.
  '%I' is now the message's ID.
* Remove initialize() function in bogoconfig.c and use
  lexer_init() in lexer.c, which provides same functionality.
* Warn on invalid options, rather than exit.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/mail/bogofilter/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/bogofilter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.