How to Install and Uninstall courier-filter-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "courier-filter-perl" package

This guide covers the steps necessary to install courier-filter-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install courier-filter-perl

2. Uninstall "courier-filter-perl" package

Learn how to uninstall courier-filter-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove courier-filter-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the courier-filter-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: courier-filter-perl
Priority: optional
Section: universe/perl
Installed-Size: 308
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.200+ds-4
Depends: perl, 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
Filename: pool/universe/c/courier-filter-perl/courier-filter-perl_0.200+ds-4_all.deb
Size: 127094
MD5sum: 8b97f702e1cc99959df3157ebb0a063a
SHA1: 5d9866d62afd6d78e6ea86379f86b978b405dc4b
SHA256: a4053d345bf1050cf79cdf415b17e589d421e5f3f775c9b10dfddb44daff6f85
Description-en: 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
Description-md5: 1a4387cae6869347af34ae6fcb8ddb81
Homepage: https://metacpan.org/release/Courier-Filter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu