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
|
Source: libmail-audit-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Ruoso <daniel@ruoso.com>, S. Zachariah Sprackett <zac@sprackett.com>
Build-Depends-Indep: debhelper (>> 3.0.0), perl (>= 5.6.0-16), perl-modules
Standards-Version: 3.6.1
Package: libmail-audit-perl
Architecture: all
Depends: ${perl:Depends}, libmailtools-perl, libmime-perl, libnet-perl, libmail-listdetector-perl
Recommends: mail-audit-tools
Description: Perl library for creating easy mail filters
Mail::Audit was inspired by Tom Christiansen's audit_mail and deliverlib
programs. It allows a piece of email to be logged, examined, accepted into
a mailbox, filtered, resent elsewhere, rejected, and so on. It's designed
to allow you to easily create filter programs to stick in a .forward file
or similar.
.
It is designed as an alternative to procmail, whose recipe syntax is quite
difficult to understand and use.
Package: mail-audit-tools
Architecture: all
Depends: ${perl:Depends}, libmail-audit-perl, libmail-pop3client-perl, libparse-recdescent-perl
Description: Programs derived from the Mail::Audit package
Small programs designed to enhance the Mail::Audit package. These include
proc2ma, to convert procmail rc files to mail filters using Mail::Audit, and
popread, to act as a replacement for fetchmail.
|