spamassassin 3.4.6-1ubuntu0.22.04.1 source package in Ubuntu

Changelog

spamassassin (3.4.6-1ubuntu0.22.04.1) jammy; urgency=medium

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

 -- Mitchell Dzurick <email address hidden>  Thu, 23 Mar 2023 13:06:03 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main mail

Downloads

File Size SHA-256 Checksum
spamassassin_3.4.6.orig.tar.xz 5.2 MiB 2fd161bdbb003ee397fe7c779b9675eabf5cdfb73c74750a96ddeda45b5116cb
spamassassin_3.4.6-1ubuntu0.22.04.1.debian.tar.xz 42.4 KiB 27fa1abe13359948e7d66dda1b2ffacf72f1786cec291e243def4c4e7cdad104
spamassassin_3.4.6-1ubuntu0.22.04.1.dsc 2.3 KiB cad39cd5e0a9e45219da83a2035777a183801fff7c910f22df3b57070996752d

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