Update spamprobe to 0.9g2.
Patch provided by Ossi Herrala <$MAINTAINER> in private mail. CHANGED: * This release moves from Paul's original formula to a slightly modified one that yields more evenly distributed scores. To continue using old formula, use -o orig-score command line option. ADDED: * -C <number> command line option. This tells SpamProbe to assign a default, somewhat neutral, probability to any term that does not have a weighted (good count doubled) count of at least specified number in the database. This prevents terms which have been seen only a few times from having an unreasonable influence on the score of an email containing them. Default count have changed. It is now 5. Old was 3. * Added -o <option_name> command line option to specify alternate way of scoring. Consult README.txt for more info. * Added -l <number> command line option. Changes the spam probability threshold for emails from the default (0.7) to <number>. * Added tokenize command. Prints the tokens found in the file one word per line in human readable format with spam probability, good count, spam count, message count, and word in columns separated by whitespace. IMPROVED: * -H command line option to add more headers to scan. * Improved performance by removing some redundant calculations and reducing the amount of I/O in train-* mode.
This commit is contained in:
parent
c9e81360d8
commit
47c3a9d519
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.4525 2004/01/20 23:39:37 abs Exp $
|
||||
$NetBSD: CHANGES,v 1.4526 2004/01/20 23:47:23 hubertf Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -367,4 +367,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated elvis to 2.2.0nb1 [recht 2004-01-20]
|
||||
Updated elvis-x11 to 2.2.0nb1 [recht 2004-01-20]
|
||||
Update cpuflags to 0.60 [abs 2004-01-20]
|
||||
|
||||
Updated spamprobe to 0.9g2 [hubertf 2004-01-21]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2004/01/05 22:11:15 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2004/01/20 23:47:23 hubertf Exp $
|
||||
|
||||
DISTNAME= spamprobe-0.9e
|
||||
DISTNAME= spamprobe-0.9g2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
|
||||
|
||||
|
@ -13,6 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
USE_BUILDLINK3= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
CONFIGURE_ARGS+= --enable-default-8bit
|
||||
CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4
|
||||
|
||||
.include "../../databases/db4/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2004/01/20 03:03:46 lukem Exp $
|
||||
$NetBSD: distinfo,v 1.4 2004/01/20 23:47:23 hubertf Exp $
|
||||
|
||||
SHA1 (spamprobe-0.9e.tar.gz) = 1b16747ae8edc520c30d3921229342097afadf04
|
||||
Size (spamprobe-0.9e.tar.gz) = 147172 bytes
|
||||
SHA1 (spamprobe-0.9g2.tar.gz) = 2e2c495d41b9f6560b420c1c577969ae0c160d8b
|
||||
Size (spamprobe-0.9g2.tar.gz) = 154996 bytes
|
||||
SHA1 (patch-aa) = eb8e7de9a55156911d69ecfd63cb640d80cf9053
|
||||
|
|
Loading…
Reference in a new issue