spamassassin 3.3.2-8ubuntu2 source package in Ubuntu

Changelog

spamassassin (3.3.2-8ubuntu2) trusty; urgency=medium

  * Always chown /var/lib/spamassassin if necessary; some upgrade paths might
    have left it as root:root, in which case sa-compile's postinst will not
    run successfully.
 -- Iain Lane <email address hidden>   Fri, 14 Feb 2014 11:46:07 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
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.3.2.orig.tar.bz2 1.2 MiB 3f04c16241d11c77d153802cc1e17bdf5390804f160fe451b968894fa44e5214
spamassassin_3.3.2-8ubuntu2.debian.tar.gz 49.0 KiB 63e0b6b58f2d3f2372c8dbb047fad2fceff99278474a8abfdb222ca92a8ce7bd
spamassassin_3.3.2-8ubuntu2.dsc 2.2 KiB ac78caed619fc574024295e425db093a1d8d4ff1a75fce08c4794300d31c8e05

Available diffs

View changes file

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).