File: control

package info (click to toggle)
courier-filter-perl 0.200%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 1,484; sh: 75; makefile: 9
file content (52 lines) | stat: -rw-r--r-- 2,458 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: courier-filter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: mail
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/courier-filter-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/courier-filter-perl.git
Homepage: https://metacpan.org/release/Courier-Filter

Package: courier-filter-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         courier-mta,
         liberror-perl
Recommends: libarchive-zip-perl,
            libclamav-client-perl,
            libio-stringy-perl,
            libmail-spamassassin-perl,
            libmail-spf-perl,
            libmime-tools-perl,
            libnet-rblclient-perl
Suggests: libnet-address-ip-local-perl
Description: purely Perl-based mail filter framework for the Courier MTA
 Courier::Filter implements the Courier MTA's courierfilter interface as a
 framework for mail filter modules.  Authors of filter modules can concentrate
 on writing the actual filter logic without having to care about the usual
 low-level details of the courierfilter interface.  Logging to various
 facilities is also supported.
 .
 Courier::Filter allows multiple filter modules to be installed in stacked and
 hierarchically grouped configurations.  Also, modules' polarity can be
 reversed, so some modules can be used for explicitly accepting messages while
 others are used in the traditional way for rejecting messages.
 .
 The following filter modules are included:
   * BlankBody: matching of blank bodies (a stupid spammer symptom)
   * DNSBL:     matching of calling MTA's IP address against DNS black-lists
   * SPF:       authentication of sender addresses in inbound messages
   * SPFout:    authentication of sender addresses in outbound messages
   * Envelope:  matching of RFC 2821 message envelope fields
   * Header:    matching of RFC 2822 message header fields
   * FakeDate:  detection of implausible and malformed date header fields
   * ClamAVd:   malware detection using the ClamAV scanner
   * SpamAssassin:  spam detection using SpamAssassin
   * Parts:     matching of MIME parts and ZIP archive contents
   * SendCopy:  sending message copies to additional recipients