File: control

package info (click to toggle)
policyd-rate-limit 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 380 kB
  • ctags: 152
  • sloc: python: 1,136; sh: 149; makefile: 58
file content (32 lines) | stat: -rw-r--r-- 1,319 bytes parent folder | download | duplicates (2)
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: policyd-rate-limit
Section: mail
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Valentin Samir <valentin.samir@crans.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3,
               python3-setuptools,
               python3-docutils
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/policyd-rate-limit
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/policyd-rate-limit/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/policyd-rate-limit/trunk/
X-Python3-Version: >= 3.4

Package: policyd-rate-limit
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         adduser
Suggests: python3-mysqldb,
            python3-psycopg2
Enhances: postfix
Description: 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.