spamassassin 3.3.2-1 source package in Ubuntu

Changelog

spamassassin (3.3.2-1) unstable; urgency=low

  * New upstream rc release. (Closes: 615590, 626191, 630327, 626751, 631583)
  * Bump standards version to 3.9.2 (no changes)
  * Add a README.source indicating that our orig.tar.gz differs from
    upstream in that we need to delete their debian/ subdirectory.
  * Delete patches that have been incorporated upstream.
 -- Scott Kitterman <email address hidden>   Thu,  11 Aug 2011 00:33:01 +0000

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Oneiric
Original maintainer:
Noah Meyerhans
Architectures:
any
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-1.debian.tar.gz 36.1 KiB 8c770926e3280f08e1a92398b2dba2d1286741b0652ec7a960efde85dbbe6194
spamassassin_3.3.2-1.dsc 1.4 KiB 3a98f1f54fdbc6c9613640bda4e0ea05eaaec127302884979d0c326cbb230cf6

Available diffs

View changes file

Binary packages built by this source

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