spamassassin 3.4.2-0ubuntu0.12.04.4 source package in Ubuntu
Changelog
spamassassin (3.4.2-0ubuntu0.12.04.4) precise-security; urgency=medium * SECURITY UPDATE: code execution via nefarious CF files - debian/patches/CVE-2020-1930: improve logic in lib/Mail/SpamAssassin/Plugin/OneLineBodyRuleType.pm. - debian/patches/CVE-2020-1931: improve logic in lib/Mail/SpamAssassin/Conf.pm, lib/Mail/SpamAssassin/Constants.pm. - CVE-2020-1930 - CVE-2020-1931 * Thanks to Debian for the patches. -- <email address hidden> (Leonidas S. Barbosa) Tue, 04 Feb 2020 11:16:48 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | updates | main | ||
Precise | security | main |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
spamassassin_3.4.2.orig-pkgrules.tar.xz | 228.7 KiB | 3f3349bb45ac63a7b85a7562a365a9805c4afce91aa11718f0dacfe034890066 |
spamassassin_3.4.2.orig.tar.xz | 1.8 MiB | aae73f835e1201713458fbe012f686eae395f7672c4729e62c91a92b3ced50df |
spamassassin_3.4.2-0ubuntu0.12.04.4.debian.tar.gz | 63.9 KiB | e9ab4b4495bd86fd7ff7e2ce4973bfdbc8f7ef769cd69e41b30c518424d1520f |
spamassassin_3.4.2-0ubuntu0.12.04.4.dsc | 2.4 KiB | d9ab51c3649ce2ab1745ef1dc9ba0593e66cff677074ae0949ad6377fa43daf0 |
Available diffs
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).