libsendmail-pmilter-perl 1.00-1.3 source package in Ubuntu

Changelog

libsendmail-pmilter-perl (1.00-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert source to format 3.0.
    (Closes: #1007675)
  * d/copyright: Convert to machine-readable format.
  * Exclude non-free document according to README.Debian.
    (Closes: #1067045)

 -- Bastian Germann <email address hidden>  Sun, 17 Mar 2024 15:27:27 +0000

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsendmail-pmilter-perl_1.00-1.3.dsc 1.7 KiB f2e6f0b126d86ce35d594f76c0172a6137cf1a37754e070e92124b63a1445bb1
libsendmail-pmilter-perl_1.00.orig.tar.xz 21.4 KiB b2f5d8c81294df3114e7b2b69f4b1646c47a44e7af7cbf6b446a591bdce5e5ea
libsendmail-pmilter-perl_1.00-1.3.debian.tar.xz 4.5 KiB c057703b0fd595211e55243a2c687cca393008d2ad7410f53d2d694d58e841b3

Available diffs

No changes file available.

Binary packages built by this source

libsendmail-pmilter-perl: 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.