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