diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-03-24 13:07:52 +0800 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-03-24 13:07:52 +0800 |
commit | c3141714682a0fbc46ef79c901eb06aa3f07c48e (patch) | |
tree | 7c5217a52dea56b8f79669ee7797f586580acef1 /mail/Makefile | |
parent | b3e2973931b21772adc58587269b663953d87d18 (diff) | |
download | freebsd-ports-gnome-c3141714682a0fbc46ef79c901eb06aa3f07c48e.tar.gz freebsd-ports-gnome-c3141714682a0fbc46ef79c901eb06aa3f07c48e.tar.zst freebsd-ports-gnome-c3141714682a0fbc46ef79c901eb06aa3f07c48e.zip |
Add bmf: a fast (fastest filter I know of) Bayesian Mail Filter (adaptive
spam filter && has hooks for mutt!). Works well with maildrop, procmail,
and can be integrated with all known mailing list software.
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 423557b9c402..473e827f49d4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -16,6 +16,7 @@ SUBDIR += bbmail SUBDIR += biabam SUBDIR += biffer + SUBDIR += bmf SUBDIR += bogofilter SUBDIR += bsmtp SUBDIR += bulk_mailer |