spampd 2.30-22.1 source package in Ubuntu

Changelog

spampd (2.30-22.1) unstable; urgency=low


  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.18: POD errors":
    add patch 70-fix-pod.patch to fix POD syntax.
    (Closes: #719505)

 -- gregor herrmann <email address hidden>  Tue, 20 Aug 2013 16:58:25 +0200

Upload details

Uploaded by:
Sven Mueller
Uploaded to:
Sid
Original maintainer:
Sven Mueller
Architectures:
all
Section:
mail
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
spampd_2.30-22.1.dsc 1.8 KiB ee3168a5527d645b640cc98d83b285f43e1137d2c65cd763e0cd1a6f64914111
spampd_2.30.orig.tar.gz 24.4 KiB 6885544f4d1b339ebe3ad58068434397280a6526f682e78f7d0246aef6a09979
spampd_2.30-22.1.diff.gz 16.6 KiB b6b5b195b55c521e08ce3bab93d28697c5b80d1824cedccd3ebabc0d2ef546a1

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.