]> git.proxmox.com Git - proxmox-spamassassin.git/blob - debian/control
d/control: record quilt build dependency
[proxmox-spamassassin.git] / debian / control
1 Source: proxmox-spamassassin
2 Section: perl
3 Priority: optional
4 Build-Depends: curl,
5 debhelper (>= 5.0.0),
6 libberkeleydb-perl,
7 libencode-detect-perl,
8 libgeo-ip-perl,
9 libhtml-parser-perl,
10 libmail-dkim-perl (>= 0.25),
11 libmail-spf-perl,
12 libnet-cidr-lite-perl,
13 libnet-dns-perl,
14 libnetaddr-ip-perl,
15 libwww-perl,
16 netbase,
17 perl (>= 5.8.8-7),
18 quilt,
19 razor,
20 Maintainer: Proxmox Support Team <support@proxmox.com>
21 Standards-Version: 3.7.2
22
23 Package: proxmox-spamassassin
24 Architecture: any
25 Provides: libmail-spamassassin-perl
26 Replaces: spamassassin, spamc
27 Conflicts: proxmox-plugin-imageinfo
28 Depends: curl,
29 debconf (>= 1.2.0),
30 libarchive-tar-perl,
31 libberkeleydb-perl,
32 libc6 (>= 2.3.6-6),
33 libdbi-perl,
34 libencode-detect-perl,
35 libgeo-ip-perl,
36 libhtml-parser-perl (>= 3.24),
37 libhttp-date-perl,
38 libio-socket-inet6-perl,
39 libio-socket-ssl-perl,
40 libio-zlib-perl,
41 libmail-dkim-perl (>= 0.25),
42 libmail-spf-perl,
43 libmailtools-perl,
44 libnet-cidr-lite-perl,
45 libnet-dns-perl,
46 libnet-ident-perl,
47 libnetaddr-ip-perl,
48 libsocket6-perl,
49 libsys-hostname-long-perl,
50 libsys-syslog-perl,
51 libwww-perl,
52 netbase,
53 perl (>= 5.8.0),
54 razor,
55 zlib1g (>= 1:1.2.1),
56 Description: Spam detector and markup engine
57 Mail::SpamAssassin is a module to identify spam using several methods
58 including text analysis, internet-based realtime blacklists, statistical
59 analysis, and internet-based hashing algorithms.
60 .
61 Using its rule base, it uses a wide range of heuristic tests on mail headers
62 and body text to identify "spam", also known as unsolicited bulk email.
63 .
64 Once identified, the mail can then be tagged as spam for later filtering
65 using the user's own mail user-agent application or at the mail transfer
66 agent.
67 .
68 If you wish to use a command-line filter tool, try the spamassassin
69 or the spamd/spamc tools provided.