Commit Graph

29 Commits

Author SHA1 Message Date
bluhm
d73670b0a9 Remove the SSLv2 regression test from Mail::SpamAssassin. It is
known to fail as Net::SSLeay has removed SSLv2 support.
ok sthen@
2011-12-13 08:52:54 +00:00
sthen
fb77f03a80 update SpamAssassin to 3.3.2, thanks Brad and pea@ for testing. ok pea@ 2011-06-23 17:32:46 +00:00
sthen
f89bcb29b4 fix a spamassassin --lint warning, from upstream, suggested by Armin Wolfermann 2011-05-04 10:17:53 +00:00
ajacoutot
c401581143 Kill 2 very annoying warnings when running spamd, merged from upstream.
ok sthen@ (maintainer)
2010-11-30 08:34:27 +00:00
sthen
c3fc7c37fc perl 5.12.2 fixes 2010-09-27 19:59:39 +00:00
sthen
74d5329bf1 update to 3.3.1; thanks pea@ for testing and comments 2010-03-24 23:56:04 +00:00
sthen
056e4d6cc4 Adjust FH_DATE_PAST_20XX rule so it doesn't trigger on all dates from 2010.
From upstream repository.
2010-01-01 22:41:15 +00:00
sthen
e62096b897 - unbreak with perl 5.10.1 (don't rely on an internal MakeMaker api
which changed).

- take MAINTAINER.

looks ok to jasper.
2009-10-23 10:26:17 +00:00
brad
4861666ab0 Update to SpamAssassin 3.2.5; minor bug fix update.
ok mbalmer@
2008-09-04 06:42:12 +00:00
mbalmer
0372ed1528 Update to SpamAssassin 3.2.0
ok simon
2007-05-06 13:28:30 +00:00
mbalmer
958e2a9966 3.1.8 is a major bug-fix release, including a potential DoS. The major
highlights are:

- bug 5318: fix for CVE-2007-0451: possible DoS due to incredibly
  long URIs found in the message content.
- bug 5240: disable perl module usage in update channels unless
  --allowplugins is specified
- bug 5288: files with names starting/ending in whitespace weren't usable
- bug 5056: remove Text::Wrap related code due to upstream issues
- bug 5145: update spamassassin and sa-learn to better deal with STDIN
- bug 5140 and 5179: improvements and bug fixes related to DomainKeys
  and DKIM support
- several updates for Received header parsing
- several documentation updates and random taint-variable related issues

A more detailed change log can be read here:

  http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes

ok nikolay
2007-02-15 19:57:48 +00:00
ajacoutot
97c1694af7 - update to version 3.1.7 (by Andreas Vögele, with some cleanings)
- use /var/db/spamassassin as homedir for _spamdaemon user
- does _not_ remove /var/db/spamassassin when using `pkg_delete -c`

"go ahead" steven@
2006-10-27 10:12:44 +00:00
steven
f40f85ed21 Some tweaks to accomodate sa-update:
- Add gnupg dependency.
- Better location for the updates: /var/db/spamassassin
- Install sa-update's default GnuPG keys as config files, so that they
  will be removed upon pkg_delete.
- Remove /var/db/spamassassin using @extraunexec.
Specify minimum versions for some dependencies while here.

from maintainer Andreas Vogele <andreas at altroot.de>

looks fine naddy@
2006-08-10 18:24:45 +00:00
steven
3769b440d9 update to SpamAssassin 3.1.3
ok maintainer Andreas Voegele
2006-06-06 17:33:41 +00:00
steven
be05407a0a maintenance update to 3.1.1
from: new maintainer Andreas Voegele (voegelas at gmx dot net)
2006-03-20 20:18:29 +00:00
mbalmer
12027718bf Update to SpamAssassin 3.1.0.
Release notes available:
http://marc.theaimsgroup.com/?l=spamassassin-announce&m=112674318914008&w=2

From Ben Lovett <ben at tilderoot dot com>
2005-10-09 09:05:43 +00:00
sturm
9accab25a8 update to SpamAssassin 3.01
from maintainer Ben Lovett <ben at tilderoot.com>
2004-10-31 08:44:44 +00:00
brad
189876eb88 upgrade p5-Mail-SpamAssassin to 2.61
--
From: new MAINTAINER Ben Lovett <ben at tilderoot dot com>
2003-12-27 04:17:01 +00:00
lebel
fc9a955289 same line twice, is it really needed?; from MAINTAINER 2003-08-01 11:25:50 +00:00
avsm
69b6e1fd53 sync with spamassassin-cvs for the bounds bugfix (#2041 in their bugzilla):
allocate an extra byte for the array instead of reducing the bounds value
2003-06-19 01:03:22 +00:00
avsm
f980ac559f fix a couple of off-by-one in spamc->spamd communication
submitted upstream, bugzilla #2074 in their bug db
bump PKGNAME
2003-06-17 16:33:04 +00:00
brad
de8d6c8811 upgrade p5-Mail-SpamAssassin to 2.55
--
MAINTAINER ok
2003-05-23 23:36:31 +00:00
lebel
b8665d4e54 update p5-Mail-SpamAssassin to 2.44; from MAINTAINER 2003-02-03 20:28:24 +00:00
lebel
f6137b44bd Added patch from Timo Sirainen <tss@iki.fi> to fix exploit.
---cut---
Well, I was going to wait until 2.50 release, but it seems to be taking and
this likely affects only few installations. Besides, it's been in their
public bugzilla for over a month. So:

Attacker may be able to execute arbitrary code by sending a specially
crafted e-mail to a system using SpamAssassin's spamc program in BSMTP mode
(-B option). Versions from 2.40 to 2.43 are affected.

Exim users especially should check if they're affected, the -B option is
used in several Exim+SpamAssassin HOWTOs.

The problem is with escaping '.' characters at the beginning of lines.
Off-by-one bounds checking error allows writing '.' character past a
buffer, overwriting the stack frame address. Depending on system this may
be exploitable. Pre-built Debian unstable/x86 package wasn't vulnerable, my
self compiled was.
---cut---
2003-01-26 16:43:45 +00:00
wcobb
96daa31089 Install the man pages for spamd/spamc, move spamd to section 8.
ok maintainer
2002-12-03 07:10:06 +00:00
lebel
7063f80be8 update mail/p5-Mail-SpamAssassin to 2.40:
--
The #1 big change:

- SpamAssassin now *REQUIRES* procmail  for  local  delivery  support;
  -P  option  is  now  the  default.  Unless   you   use   procmail,
  Mail::Audit, KMail, or an  MTA-level  integration,  do  not  upgrade

From maintainer, Han Boetes <han@boetes.org>
2002-09-02 21:16:16 +00:00
lebel
451fe00889 update mail/p5-Mail-SpamAssassin to 2.30; maintainer OK'ed the update 2002-06-17 22:08:59 +00:00
wilfried
9695da9cae Update to p5-Mail-SpamAssassin-2.20, from maintainer Han Boetes <han@mijncomputer.nl> 2002-05-02 15:26:36 +00:00
wilfried
4916c574b7 Import of p5-Mail-SpamAssassin-2.11, from maintainer Han Boetes <han@mijncomputer.nl>
SpamAssassin is a mail filter to identify spam.

Using its rule base, it uses a wide range of heuristic tests on
mail headers and body text to identify "spam", also known as
unsolicited commercial email.
2002-04-19 21:39:20 +00:00