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