File: control

package info (click to toggle)
spamprobe 1.4d-14
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,348 kB
  • ctags: 2,307
  • sloc: cpp: 15,044; sh: 823; ansic: 675; makefile: 274; ruby: 178; lisp: 73
file content (27 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (2)
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
Source: spamprobe
Section: mail
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 9),
 xmlto,
 libdb-dev,
 libgif-dev,
 libjpeg-dev,
 libpng-dev,
 po-debconf
Standards-Version: 3.9.5
Homepage: http://spamprobe.sf.net/

Package: spamprobe
Architecture: any
Recommends: procmail | maildrop
Depends: debconf | debconf-2.0, ${misc:Depends}, ${shlibs:Depends}
Description: Bayesian spam filter
 This package provides a spam filter based on the article 'A Plan for Spam'
 by Paul Graham. It uses a database (either BerkeleyDB or a simpler hash
 file) to store one- and two-word phrases. Only certain headers are analyzed
 and HTML tags are ignored to prevent false positives of legitimate HTML
 emails. Image attachments are considered as words that can signal spam. It
 can be simply integrated with procmail or maildrop to filter spam on
 incoming mail.