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-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/bogofilter-bdb/pkg-descr b/mail/bogofilter-bdb/pkg-descr
new file mode 100644
index 000000000000..8ad5e92560c6
--- /dev/null
+++ b/mail/bogofilter-bdb/pkg-descr
@@ -0,0 +1,11 @@
+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 Berkeley DB, QDBM and SQLite3.
+
+WWW: https://bogofilter.sourceforge.io/