File: control

package info (click to toggle)
bmf 0.9.4-14
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 408 kB
  • sloc: ansic: 6,206; sh: 322; makefile: 134
file content (29 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: bmf
Section: mail
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libdb-dev (>= 5.1),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: http://sourceforge.net/projects/bmf
Vcs-Git: https://salsa.debian.org/debian/bmf.git
Vcs-Browser: https://salsa.debian.org/debian/bmf

Package: bmf
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: e-mail filter for spam that learns
 A small, fast, flexible Bayesian filter for processing e-mail. It is
 "trained" by the user to categorize email as spam or non-spam. This
 implementation integrates well with existing tools such as procmail
 and mutt. It can use a variety of formats for storing data. A utility
 is supplied for converting data between the supported formats.
 .
 This package includes support for text and libdb formats.
 .
 See "A Plan for Spam" <https://www.paulgraham.com/spam.html> by Paul Graham
 for further information.