summaryrefslogtreecommitdiff
path: root/mail/bmf
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-24Replaced $(...) with ${...}.rillig1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-13Use BSD_INSTALL_* instead of mkdir/cp to set ownership and permissionminskim2-6/+30
of installed files correctly.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-25Update to 0.9.4 (note that the author changed versioning system,mjl5-256/+10
our last version was 0.84). * Update documentation. * Move Bayes stuff into its own file. * Fix NaN exception: if list is empty, use zero for probability. * Make extrema array (keepers) variable size. Needs more work. * Add SYSLIBS to the makefile. * Fix gcc-ism in dbg.c (ptr arithmetic on void*). * Fix off-by-one in html tag check. * Fix unaligned access in libdb. * Fix bug in -d handling for text and libdb. * Autodetect mailbox type and deprecate the -m option. * Ditch the builtin libdb locks, use fcntl instead. * Fix memory leak in dbtext. * Fix some trivial issues with the lexer: - Be more strict about recognizing IP addresses. - Do case-insensitive header name comparisons. * Fix multiple database closure with mbox format. * Fix a bogus assert in passthrough. * Add heap checking in debug mode. * Fix bug in -N mode which made it act the same as -S. * Support maildir style folders. * Fix bug in multiple message registration. * Improve error reporting and clarify some messages. * Package preformatted manpage instead of XML. * Remove single message per invocation restriction.
2002-10-12Correct copying of pre-build man pages, PR/18623.mjl1-2/+2
2002-10-10Initial import of bmf-0.84mjl8-0/+320
This is a mail filter which uses the Bayes algorithm as explained in Paul Graham's article "A Plan for Spam". It aims to be faster, smaller, and more versatile than similar applicatios.