1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: postal
Build-Depends: debhelper (>= 9), libgnutls28-dev
Section: utils
Priority: optional
Maintainer: Russell Coker <russell@coker.com.au>
Standards-Version: 4.3.0
Homepage: https://doc.coker.com.au/projects/postal/
Vcs-Git: https://salsa.debian.org/etbe/postal.git
Vcs-Browser: https://salsa.debian.org/etbe/postal
Package: postal
Architecture: any
Depends: ${shlibs:Depends}
Description: SMTP benchmark - the mad postman.
This program starts a specified number of processes to send as much random
data to random accounts as possible.
.
Adds the X-Postal header to email it sends, so if someone uses it unethically
then it will be easy to filter via procmail.
|