libsendmail-pmilter-perl 1.27-1 source package in Ubuntu

Changelog

libsendmail-pmilter-perl (1.27-1) unstable; urgency=medium

  * New upstream version
    Closes: #1105437
  * Maintain package in Debian Perl Group
    Closes: #1112275
  * Add Homepage
  * Fix watch file
  * Standards-Version: 4.7.2 (routine-update)
  * debputy lint --auto-fix (routine-update)
  * d/copyright:
     - add debian/* section
     - Fix Upstream-Name
     - No need to repackage source since non-free document excluded upstream
  * Fix Perl path in examples

 -- Andreas Tille <email address hidden>  Thu, 28 Aug 2025 22:09:35 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe perl

Downloads

File Size SHA-256 Checksum
libsendmail-pmilter-perl_1.27-1.dsc 2.2 KiB 255ad55d6effe39fb5cecc69d417e7c215a0c4e8abd96b1d71786ebd10cdacbf
libsendmail-pmilter-perl_1.27.orig.tar.gz 38.7 KiB bb5265360d3c00b312e5ede02484ec2200a5252e48bebb4978420711d8d49b66
libsendmail-pmilter-perl_1.27-1.debian.tar.xz 4.2 KiB 29efea0a7f58511fb98181de30716602272783cb7ca4422264dead216ca7943c

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.