Spamprobe is a fast, intelligent, automatic spam detector using Bayesian
analysis of terms contained in emails. Works with procmail, maildrop or a similar tool to produce a complete server or client side spam filtering system. This version uses Peter Graf's PBL as a database.
This commit is contained in:
parent
00903a74c9
commit
88fc67b928
6 changed files with 64 additions and 0 deletions
6
spamprobe-pbl/DESCR
Normal file
6
spamprobe-pbl/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Spamprobe is a fast, intelligent, automatic spam detector using Bayesian
|
||||
analysis of terms contained in emails. Works with procmail, maildrop or a
|
||||
similar tool to produce a complete server or client side spam filtering
|
||||
system.
|
||||
|
||||
This version uses Peter Graf's PBL as a database.
|
23
spamprobe-pbl/Makefile
Normal file
23
spamprobe-pbl/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 14:52:59 oherrala Exp $
|
||||
|
||||
DISTNAME= spamprobe-0.9g2
|
||||
PKGNAME= spamprobe-pbl-0.9g2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
|
||||
|
||||
MAINTAINER= oherrala@ee.oulu.fi
|
||||
HOMEPAGE= http://spamprobe.sourceforge.net/
|
||||
COMMENT= Spam detector using Bayesian analysis of word counts
|
||||
|
||||
CONFLICTS= spamprobe-[0-9]*
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
CONFIGURE_ARGS+= --enable-default-8bit
|
||||
CONFIGURE_ARGS+= --with-pbl=${BUILDLINK_PREFIX.pbl}
|
||||
|
||||
.include "../../wip/pbl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
spamprobe-pbl/PLIST
Normal file
3
spamprobe-pbl/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 14:52:59 oherrala Exp $
|
||||
bin/spamprobe
|
||||
man/man1/spamprobe.1
|
2
spamprobe-pbl/TODO
Normal file
2
spamprobe-pbl/TODO
Normal file
|
@ -0,0 +1,2 @@
|
|||
- This package should be OK. Only difference to mail/spamprobe is the use
|
||||
of wip/pbl as backend database.
|
5
spamprobe-pbl/distinfo
Normal file
5
spamprobe-pbl/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/26 14:52:59 oherrala Exp $
|
||||
|
||||
SHA1 (spamprobe-0.9g2.tar.gz) = 2e2c495d41b9f6560b420c1c577969ae0c160d8b
|
||||
Size (spamprobe-0.9g2.tar.gz) = 154996 bytes
|
||||
SHA1 (patch-aa) = eb8e7de9a55156911d69ecfd63cb640d80cf9053
|
25
spamprobe-pbl/patches/patch-aa
Normal file
25
spamprobe-pbl/patches/patch-aa
Normal file
|
@ -0,0 +1,25 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/01/26 14:52:59 oherrala Exp $
|
||||
|
||||
--- spamprobe.1.orig 2003-08-03 01:25:53.000000000 +1000
|
||||
+++ spamprobe.1
|
||||
@@ -121,7 +121,7 @@ the database directory does not already
|
||||
.TP
|
||||
.BI -d " directory"
|
||||
By default SpamProbe stores its database in a directory named
|
||||
-\.spamprobe under your home directory. The -d option allows you to
|
||||
+\&.spamprobe under your home directory. The -d option allows you to
|
||||
specify a different directory to use. This is necessary if your
|
||||
home directory is NFS mounted for example.
|
||||
.TP
|
||||
@@ -467,9 +467,11 @@ That having been said, my .procmailrc fi
|
||||
MAILDIR=$HOME/IMAP
|
||||
.IP
|
||||
:0 c
|
||||
+.br
|
||||
saved
|
||||
.IP
|
||||
:0
|
||||
+.br
|
||||
SCORE=| /home/brian/bin/spamprobe receive
|
||||
.br
|
||||
:0 wf
|
Loading…
Reference in a new issue