aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter-bdb/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bogofilter-bdb/pkg-descr')
-rw-r--r--mail/bogofilter-bdb/pkg-descr12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/bogofilter-bdb/pkg-descr b/mail/bogofilter-bdb/pkg-descr
deleted file mode 100644
index 57fdfdc865d7..000000000000
--- a/mail/bogofilter-bdb/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Bogofilter is a trainable email spam detector.
-
-Bogofilter takes an email message or other text on standard input, parses it
-into words, does a statistical check against databases of "good" and "bad"
-words, and returns a status code indicating whether or not the message is spam.
-Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text
-attachments and HTML comments.
-
-The supported database backends are LMDB, Kyoto Cabinet and SQLite3, and
-for a while still Berkeley DB. The upstream version would theoretically
-also support QDBM and Tokyo Cabinet, but these are not currently available
-as FreeBSD ports.