spamassassin 3.4.4~rc1-1 source package in Ubuntu

Changelog

spamassassin (3.4.4~rc1-1) unstable; urgency=medium

  * When creating the debian-spamd user, set its shell to /usr/sbin/nologin
    (Closes: 920394, 918506)
  * New upstream release candidate.

 -- Noah Meyerhans <email address hidden>  Mon, 20 Jan 2020 17:31:41 -0800

Upload details

Uploaded by:
Noah Meyerhans
Uploaded to:
Sid
Original maintainer:
Noah Meyerhans
Architectures:
any all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
spamassassin_3.4.4~rc1-1.dsc 2.2 KiB 957400145b5f8e6efc1f00ef816ffaac52e009b40be224fb4d2a58a752ebfefe
spamassassin_3.4.4~rc1.orig.tar.xz 2.6 MiB 9f60531968b28ed9fcdefa0ff67c2dc1bf796c0d4f690fd0125a50435214c4c7
spamassassin_3.4.4~rc1-1.debian.tar.xz 44.8 KiB 5c3c085de0f2ea5e5437017166738ced8886cc071283ca6909a028bc7e06d74e

Available diffs

No changes file available.

Binary packages built by this source

sa-compile: Tools for compiling SpamAssassin rules into C

 sa-compile uses "re2c" to compile the site-wide parts of the
 SpamAssassin ruleset into C code for more efficient processing by
 spamd or spamassassin.

spamassassin: Perl-based spam filter using text analysis

 SpamAssassin is a very powerful and fully configurable spam filter
 with numerous features including automatic white-listing, RBL
 testing, Bayesian analysis, header and body text analysis. It is
 designed to be called from a user's .procmail or .forward file, but
 can also be integrated into a Mail Transport Agent (MTA).
 .
 Included in this package is a daemonized form of spamassassin (spamd)
 which communicates with its client (spamc) via TCP, to reduce the
 overhead of loading perl with each message. To take advantage of
 this, you must install the spamc package.

spamc: Client for SpamAssassin spam filtering daemon

 spamc is the client to communicate with spamd, the daemonized form of
 SpamAssassin (see the spamassassin package). It is written in C for
 maximum speed and minimum loading overhead.
 .
 spamc is quite useful for integrating spamassassin into an MTA or
 into a .procmailrc file because of its speed.
 .
 This package is useless unless you have spamassassin installed,
 either on this machine or another local machine (i.e. a mail server).

spamc-dbgsym: debug symbols for spamc