spampd 2.30-23 source package in Ubuntu

Changelog

spampd (2.30-23) unstable; urgency=medium

  * Took over as new maintainer.
  * Moved source format to version 3.0.
  * Restored original spampd.html.
  * Added logcheck rules to filter log messages.
    Thanks to Kevin Locke <email address hidden> (Closes: #642467)
  * Added hook so spampd is restarted after sa-update runs. (Closes: #800611)
  * Added systemd service file.

 -- Michael Meskes <email address hidden>  Mon, 18 Jul 2016 17:20:29 +0200

Upload details

Uploaded by:
Michael Meskes
Uploaded to:
Sid
Original maintainer:
Michael Meskes
Architectures:
all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
spampd_2.30-23.dsc 1.7 KiB 6b05a2c4a75ad9922769bfcb565f3679203f3fb0ab21a717807a38414c89f54b
spampd_2.30.orig.tar.gz 24.4 KiB 6885544f4d1b339ebe3ad58068434397280a6526f682e78f7d0246aef6a09979
spampd_2.30-23.debian.tar.xz 17.4 KiB 696d0163cf03129799811f9e7fdf749d0bef7e3fb16b53796f5bebb53ba06f79

Available diffs

No changes file available.

Binary packages built by this source

spampd: spamassassin based SMTP/LMTP proxy daemon

 spampd is an SMTP/LMTP server designed to be hooked into the
 MTA processing chain (e.g. as a content filter). It is
 written in Perl and uses the Net::Server framework. It is
 intended to provide spam filtering at the system level (i.e.
 ususally for all users). If you rely on per-user configuration
 or per-user Bayes databases, spampd is not for you.
 .
 The major advantage of spampd over plain SpamAssassin (both
 directly and through spamd) is that it doesn't need to load
 all needed perl modules on every invocation or spawn
 a C programme for every mail it receives. Compared to using
 spamc/spamd, spampd can usually provide a 25% performance
 increase with local-only tests.
 .
 The advantage of spampd over amavisd-new is that it uses the
 original SpamAssassin header tags, which are more verbose than
 the tags which amavisd-new provides. This allows easier
 filtering in the mail client and easier tuning of SpamAssassin.