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

Changelog

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

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <email address hidden>  Sat, 15 Oct 2022 12:37:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
policyd-rate-limit_1.0.1.1-2.1.dsc 2.4 KiB 75a5962cf69158438fe5406767cc38c8cf892867c34f1ba9a241e49a42f714f8
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-2.1.debian.tar.xz 19.1 KiB 7331e615f67da10c7140a7273dfbfb17bf14ddb81e3eb4f30de55c996d8ce89e

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.