diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 01:48:17 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 01:48:17 +0000 |
commit | 50f02022120a22b3922a3aee8f9e3f7166ac87f4 (patch) | |
tree | 4210e49bb60ce436cfe2350616e024532d006284 /mail/Makefile | |
parent | c26c8c8bd9cc602b3ed0ec7a57404712ede0ce35 (diff) |
Add qsf 0.9.18, a small fast spam filter intended to be used with
procmail.
Quick Spam Filter (qsf) is a lightweight statistical spam filter written in C.
It is designed to be small, fast, reliable, easy to install, and simple to use
in a procmail recipe
WWW: http://www.ivarch.com/programs/qsf.shtml
PR: 61486
Submitted by: liamfoy@sepulcrum.org
Approved by: erwin (mentor) (implicitly)
Notes
Notes:
svn path=/head/; revision=98444
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 6fc8e4b5c090..718a413d6d5a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -310,6 +310,7 @@ SUBDIR += qmailadmin SUBDIR += qmailanalog SUBDIR += qpopper + SUBDIR += qsf SUBDIR += qtools SUBDIR += queue-repair SUBDIR += raysfilter |