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 30 31 32
|
Source: libsendmail-pmilter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>,
Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsendmail-pmilter-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsendmail-pmilter-perl.git
Homepage: https://metacpan.org/release/Sendmail-PMilter
Package: libsendmail-pmilter-perl
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends},
${misc:Depends}
Recommends: libmail-milter-perl
Conflicts: libsendmail-milter-perl
Replaces: libsendmail-milter-perl
Description: Perl implementation of the Sendmail Milter protocol
PMilter is an attempt to reimplement Sendmail's milter (mail filter)
protocol in pure Perl. There are many reasons for this, including
independence from Sendmail's libmilter, as well as freedom from POSIX
threads (helps stability for Perl filters), etc.
.
Most of PMilter's Sendmail::Milter interface is a clone of the
frontend functions in PMilter::Server. However, this compatibility
package also includes some methods specific to the Sendmail MTA,
which are deliberately not included in PMilter::Server.
|