File: control

package info (click to toggle)
libmail-audit-perl 2.1-5sarge4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 124 kB
  • ctags: 103
  • sloc: perl: 830; makefile: 43
file content (29 lines) | stat: -rw-r--r-- 1,387 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
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.