File: control

package info (click to toggle)
libsendmail-milter-perl 0.18-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, sarge, squeeze, wheezy
  • size: 144 kB
  • ctags: 109
  • sloc: ansic: 818; perl: 349; makefile: 57
file content (17 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libsendmail-milter-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.8.0-7), libmilter-dev (>= 8.12.10-5)
Maintainer: Hilko Bengen <bengen@debian.org>
Standards-Version: 3.6.1.0

Package: libsendmail-milter-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description:  Interface to Sendmail's Mail Filter API
 Sendmail::Milter is a Perl extension to sendmail's Mail Filter API
 (Milter).
 .
 With this module, Perl callbacks can be defined and registered with
 the Milter engine. This module calls those perl callbacks using
 interpreters from a threaded persistent interpreter pool.