spamassassin 3.3.2-8ubuntu1 source package in Ubuntu

Changelog

spamassassin (3.3.2-8ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add debian/patches/90_missing_tld to restore missing tld that was
      inadvertently dropped from the list upstream.
    - Add debian/patches/91_no_rfc_ignorant to remove all RFC Ignorant related
      rules due to site shutdown.
    - debian/spamassassin.postinst: change upgrade version check from
      "<= 3.3.2-2" to "< 3.3.2-3~". This is necessary for upgrades from
      precise.
  * Update debian/patches/90_missing_tld to include t/uri_text.t changes from
    upstream fix

spamassassin (3.3.2-8) unstable; urgency=low

  * Return an lsb-compliant exit code from /etc/init.d/spamassassin status
    even if we're disabled in /etc/default/spamassassin. (Closes: 716691)
  * Remove Jesus Climent <email address hidden> from Uploaders.
  * Bump standards version to 3.9.5 (no changes)
  * Split sa-compile into a separate package. (Closes: 455084)

spamassassin (3.3.2-7) unstable; urgency=low

  * Incorporate upstream's fix for syntax warnings when running
    under perl 5.18 (Closes: #721565)
  * Bump standards version to 3.9.4 (no changes)
  * Incorporate Ubuntu's dep-8 autopkgtests. (Closes: 710881)

spamassassin (3.3.2-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.18: POD failure":
    add patch 97_bug720499-pod-5.18 from Damyan Ivanov: fix POD errors with
    perl 5.18
    (Closes: #720499)
 -- Scott Kitterman <email address hidden>   Thu, 13 Feb 2014 12:25:12 -0500

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
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.3.2.orig.tar.bz2 1.2 MiB 3f04c16241d11c77d153802cc1e17bdf5390804f160fe451b968894fa44e5214
spamassassin_3.3.2-8ubuntu1.debian.tar.gz 48.3 KiB af855ed9bd7096bc2cd5b1926d35b26f269bac0e08f8dfec19ad8331d19e7dce
spamassassin_3.3.2-8ubuntu1.dsc 1.6 KiB 1a4bb918f153879e666d5a34ad236e7c540a97209639f7ffecc5feed3c56455e

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