courier-filter-perl 0.200+ds-5 source package in Ubuntu

Changelog

courier-filter-perl (0.200+ds-5) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Replace repackaging framework with a simple gbp.conf.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Fix day-of-week for changelog entries 0.13, 0.12, 0.11, 0.10.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Sun, 05 Jun 2022 17:36:26 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
courier-filter-perl_0.200+ds-5.dsc 2.1 KiB 35c7f4f6c2db5139bfc7aaec0cbd66c7f0c7873c09df917a7f1327abfc17c95c
courier-filter-perl_0.200+ds.orig.tar.gz 56.7 KiB 121c4a0631df17557184b5ff4770e1234ab71565c4e4a633372b8368ca2622f5
courier-filter-perl_0.200+ds-5.debian.tar.xz 8.1 KiB b9483d9f05046b9f0df5ad8d55d0889674563a177d66a34c651af5c07c49c926

Available diffs

No changes file available.

Binary packages built by this source

courier-filter-perl: 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