policyd-rate-limit 1.0.1.1-1 source package in Ubuntu

Changelog

policyd-rate-limit (1.0.1.1-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.0.1.1
    - Fixes issues in accounting due to socket reuse (Closes: #960792)
    - Fixes undeclared variable issue
  * Updated upstream's signing key
  * Bump debhelper-compat to 13
  * Bump Standards-Version to 4.5.0
  * Set Pre-Depends: ${misc:Pre-Depends} as skip-systemd-native is used in
    postinst file

 -- Pierre-Elliott Bécue <email address hidden>  Sat, 16 May 2020 20:09:51 +0200

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
policyd-rate-limit_1.0.1.1-1.dsc 2.4 KiB 4fa00831a002d02fc422f9bde0ab42a171ad49be9c42519e292f7a799234a9b5
policyd-rate-limit_1.0.1.1.orig.tar.gz 38.9 KiB c53d0acaf363db6ab957a8bfa5df60c2daa8fe78feb1af6f833e5becbbfcd7d4
policyd-rate-limit_1.0.1.1.orig.tar.gz.asc 833 bytes 7a5a991ff51843317257dfab2b9d29237aa9332e1ed53f300b3f6513e8528234
policyd-rate-limit_1.0.1.1-1.debian.tar.xz 18.9 KiB 2d9645ae887e7e93df05865ab9b3de7430192b45b86f1b0412deb8e2838c18ab

Available diffs

No changes file available.

Binary packages built by this source

policyd-rate-limit: postfix policy daemon limiting the number of mails a user can send

 policyd-rate-limit is a simple postfix policy daemon written in python3
 allowing to limit the number of mails a user can send over time.
 Users are identified either via their sasl usernames or their ip addresses.
 Limitation rules are a list of couples (number of mails, number of seconds).
 If a user has sent more than number of mails in number of seconds,
 a configurable error is returned to the user.