From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 27 23:40:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAB216A4CE for ; Thu, 27 May 2004 23:40:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E4143D4C for ; Thu, 27 May 2004 23:40:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4S6e7YN096805 for ; Thu, 27 May 2004 23:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4S6e7Hj096804; Thu, 27 May 2004 23:40:07 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 27 May 2004 23:40:07 -0700 (PDT) Resent-Message-Id: <200405280640.i4S6e7Hj096804@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Donald Burr of Borg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E327416A4CE; Thu, 27 May 2004 23:38:01 -0700 (PDT) Received: from borg-cube.com (netblock-66-159-209-110.dslextreme.com [66.159.209.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE0E43D31; Thu, 27 May 2004 23:38:01 -0700 (PDT) (envelope-from dburr@borg-cube.com) Received: from borg-cube.com (dburr@localhost [127.0.0.1]) by borg-cube.com (8.12.11/8.12.11) with ESMTP id i4S6bodh000729; Thu, 27 May 2004 23:37:50 -0700 (PDT) (envelope-from dburr@borg-cube.com) Received: (from dburr@localhost) by borg-cube.com (8.12.11/8.12.11/Submit) id i4S6boSN000728; Thu, 27 May 2004 23:37:50 -0700 (PDT) (envelope-from dburr) Message-Id: <200405280637.i4S6boSN000728@borg-cube.com> Date: Thu, 27 May 2004 23:37:50 -0700 (PDT) From: Donald Burr of Borg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perl@FreeBSD.org cc: dburr@borg-cube.com Subject: ports/67278: patch to add Habeas {White,Black}list check to SpamAssassin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Donald Burr of Borg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 06:40:39 -0000 >Number: 67278 >Category: ports >Synopsis: patch to add Habeas {White,Black}list check to SpamAssassin >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 27 23:40:06 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Donald Burr of Borg >Release: FreeBSD 4.10-BETA i386 >Organization: The Borg Cube >Environment: System: FreeBSD gatekeeper.borg-cube.com 4.10-BETA FreeBSD 4.10-BETA #0: Thu Apr 22 19:12:12 PDT 2004 dburr@gatekeeper.borg-cube.com:/usr/srctrees/RELENG_4/src/sys/compile/GATEKEEPER i386 >Description: The Habeas Mark (http://www.habeas.com/) is a set of headers that is specially tailored to ensure that a piece of e-mail is legitimate, and not "spam." Users must pass Habeas' rigorous quality control standards before they are permitted to use the Habeas Mark in their e-mail. Lately Habeas has come under attack from many different spammers, who are using Habeas marks in their spam without permission. Habeas is continuing to seek (and win) legal judgment against them. However, the problem of spam bearing Habeas marks persists. To help alleviate this problem, Habeas has created the Habeas {White,Black}lists, a list of valid and invalid e-mail servers and IP addrseses, similar in nature to, for example, the RBL. This patch will add a +8 score to any mails bearing the Habeas mark whose servers are listed in the Blacklist, and will add a -8 score to any mails bearing the Habeas mark whose servers are listed in the Whitelist. Habeas is working with the SpamAssassin development team, and these features will be added in the forthcoming SpamAssassin 3.0. This is an interim update that is designed to help stop the tremendous amount of spam that is mistakenly being labeled as non-spam due to their illegitimate use of Habeas headers. For more information on the problem, visit: http://www.habeas.com/pr16.html And for more information on this fix, see: http://www.habeas.com/configurationPages/spamassassin.htm >How-To-Repeat: just wait long (or short) enough, you're bound to see one or ten come into your inbox. >Fix: --- Makefile Sat Apr 3 15:22:49 2004 +++ Makefile.habeas Thu May 27 23:37:21 2004 @@ -7,12 +7,17 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 2.63 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ + http://www.habeas.com/files/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- + +PATCH_SITES= http://www.habeas.com/files/ +PATCHFILES= SA-2.63-Habeas.diff +PATCH_DIST_STRIP= -p0 MAINTAINER= perl@FreeBSD.org COMMENT= A highly efficient mail filter for identifying spam >Release-Note: >Audit-Trail: >Unformatted: