spamassassin 4.0.0~rc4-1 source package in Ubuntu

Changelog

spamassassin (4.0.0~rc4-1) unstable; urgency=medium

  * New upstream pre-release snapshot
    - Drop patch fix__tests_with_ipv6-only, integrated upstream.
  * Suppress lintian national-encoding warnings from encoding-specific files
  * Fix a pod error upstream

 -- Noah Meyerhans <email address hidden>  Wed, 07 Dec 2022 21:22:57 -0800

Upload details

Uploaded by:
Noah Meyerhans
Uploaded to:
Sid
Original maintainer:
Noah Meyerhans
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~rc4-1.dsc 2.3 KiB c9450129bc9ebff1ada7a2804b0214c9f8663bc79da7f0983699d1c23a4aca41
spamassassin_4.0.0~rc4.orig.tar.xz 5.3 MiB 47b0832d016a693eb2ec1c1911f8679ce343891b9c59b3784987733f3cbc33c5
spamassassin_4.0.0~rc4-1.debian.tar.xz 44.4 KiB 63845b0d4c5706a46f7e802b07db67bcb4e201aec0cc933c802077741b2507b5

Available diffs

No changes file available.

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.