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

Changelog

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

  * Team upload

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

 -- Damyan Ivanov <email address hidden>  Sat, 06 Jun 2015 15:36:29 +0000

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
courier-filter-perl_0.200+ds-3.dsc 2.1 KiB 8f4066fce4e34fb3fba2b6bbd32c53fba25704f86adf1536ae581622a409ab32
courier-filter-perl_0.200+ds.orig.tar.gz 56.7 KiB 121c4a0631df17557184b5ff4770e1234ab71565c4e4a633372b8368ca2622f5
courier-filter-perl_0.200+ds-3.debian.tar.xz 8.5 KiB 034dfdec0091c91f3cd9135055da2c928e6e8836ac6422f3062a5d4d2d0bda41

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