spampd 2.53-1.2 source package in Ubuntu

Changelog

spampd (2.53-1.2) 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:48:18 +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
Oracular release universe mail
Noble release universe mail
Mantic release universe mail
Lunar release universe mail

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
spampd_2.53-1.2.dsc 1.7 KiB f7dae3a93116b57871caf22c0c737f64ea238a74fd1ceef9ccc170695b5ce9e8
spampd_2.53.orig.tar.gz 212.8 KiB 58f37e61bac99a0423605c7db23cf8d1e4389681fe50d7e37ce2e31d46e27a88
spampd_2.53-1.2.debian.tar.xz 13.7 KiB db410fb2b703bcb6ffbb9cb5a04ef028f8a8c0f775b7902e1d19640b1da70917

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.