spamassassin 4.0.0-8ubuntu1 source package in Ubuntu

Changelog

spamassassin (4.0.0-8ubuntu1) noble; urgency=medium

  * Merge with Debian unstable (LP: #2040424). Remaining changes:
    - d/control: Demote libmail-dmarc-perl from Recommends to Suggests to
      resolve a component mismatch while a MIR is in process. (see LP #2023971)

 -- Mitchell Dzurick <email address hidden>  Tue, 02 Jan 2024 11:40:00 -0700

Upload details

Uploaded by:
Mitchell Dzurick
Sponsored by:
Andreas Hasenack
Uploaded to:
Noble
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_4.0.0.orig.tar.xz 5.3 MiB ba0b28fda6b22ddee87019cc75128046dca7ed2e3350080862bbd0cc6cbb2992
spamassassin_4.0.0-8ubuntu1.debian.tar.xz 47.4 KiB 5c65ddc6fe1229fb21fcf78c13e9d8096a31dfe596bd874031b59db14ace2a65
spamassassin_4.0.0-8ubuntu1.dsc 2.3 KiB 1f102e7dbe065737a893224937b4d5c5383289b9aa84fefee6874b51e5861898

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).
 .
 If you use spamassassin on a moderately high-volume mail server, you
 may which to consider installing the spamc and spamd packages, which
 provide a daemonized variant of spamassassin that avoids the need to
 start a full perl runtime for each message processed.

spamc: Client for SpamAssassin spam filtering daemon

 spamc is the client to communicate with spamd, the daemonized form of
 SpamAssassin (see the spamd 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
spamd: Server for SpamAssassin spam filtering daemon

 spamd is a daemonized spamassassin process. Intended to be used with
 the spamc client, the persistent nature of the spamd server allows it
 to avoid the overhead of instantiating the perl for each processed
 message.