spamassassin 3.4.4-1 source package in Ubuntu

Changelog

spamassassin (3.4.4-1) unstable; urgency=medium

  * New upstream release.

 -- Noah Meyerhans <email address hidden>  Thu, 30 Jan 2020 11:47:40 -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-1.dsc 2.1 KiB f5d28ec6df5260fb02bdc2238213d0dc9e35b59a47a5b0b75f21caf223a029f2
spamassassin_3.4.4.orig.tar.xz 2.6 MiB 18bf0073a9e5a50f61acf85e4c21ad94b2120a490aa1a1fb46945518a6b15118
spamassassin_3.4.4-1.debian.tar.xz 44.9 KiB cbf5ec63d451ee25634183e55d4fce085366be9c136a8b04e08d243ca6ea8e0a

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