spamassassin 3.4.4-1ubuntu1.2 source package in Ubuntu

Changelog

spamassassin (3.4.4-1ubuntu1.2) focal; urgency=medium

  * d/p/fix-mkpath-untainted.patch: fix spamd running with virtual-config-dir
    mkdir error (LP: #1799185)

 -- Mitchell Dzurick <email address hidden>  Fri, 24 Mar 2023 09:36:49 -0700

Upload details

Uploaded by:
Mitchell Dzurick
Sponsored by:
Lena Voytek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main mail

Downloads

File Size SHA-256 Checksum
spamassassin_3.4.4.orig.tar.xz 2.6 MiB 18bf0073a9e5a50f61acf85e4c21ad94b2120a490aa1a1fb46945518a6b15118
spamassassin_3.4.4-1ubuntu1.2.debian.tar.xz 46.0 KiB 000458eb9c6f067581b74aace0f8bf8560b4abb8063559bdbacec83ea5bdbebe
spamassassin_3.4.4-1ubuntu1.2.dsc 2.2 KiB dac4afbdf2ecbfb0f4111d01a9129959057761b0ec2d143722a694be5670d21d

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

spamc-dbgsym: debug symbols for spamc