spamassassin 3.4.0-1 source package in Ubuntu

Changelog

spamassassin (3.4.0-1) unstable; urgency=low


  * New upstream version! (Closes: 738963, 738872, 738867)
  * Scrub the environment when switching to the debian-spamd user in
    postinst and cron.daily. (Closes: 738951)
  * Enhancements to postinst to better manage ownership of
    /var/lib/spamassassin, via Iain Lane <email address hidden>
    (Closes: 738974)

 -- Noah Meyerhans <email address hidden>  Fri, 14 Feb 2014 22:45:15 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
spamassassin_3.4.0-1.dsc 1.7 KiB f725827093883513b1b204a264a4b25a0c2e479b6e591035298bc3c9ffd9db67
spamassassin_3.4.0.orig-pkgrules.tar.xz 199.4 KiB 43b12f1a9d4ff1e51307d8d7ee04de7fb9b524723a3b3760df484afc55ef8b6c
spamassassin_3.4.0.orig.tar.xz 923.1 KiB 310a891cccc611ee53dce1ef2f7166ca2ae9de3e299ed11c1b502886d2696771
spamassassin_3.4.0-1.debian.tar.xz 34.2 KiB a189836d8a2367c4aa911e468d0e1a30a8a5bb456e9978c6c795992557428413

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