From owner-freebsd-perl@FreeBSD.ORG Thu May 27 23:38:01 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org 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) Date: Thu, 27 May 2004 23:37:50 -0700 (PDT) Message-Id: <200405280637.i4S6boSN000728@borg-cube.com> To: FreeBSD-gnats-submit@freebsd.org From: Donald Burr of Borg X-send-pr-version: 3.113 X-GNATS-Notify: X-Spam-Status: No, hits=-100.0 required=3.0 tests=USER_IN_WHITELIST autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on gatekeeper.borg-cube.com cc: perl@freebsd.org cc: dburr@borg-cube.com Subject: patch to add Habeas {White,Black}list check to SpamAssassin X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Donald Burr of Borg List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 06:38:02 -0000 >Submitter-Id: current-users >Originator: Donald Burr of Borg >Organization: The Borg Cube >Confidential: no >Synopsis: patch to add Habeas {White,Black}list check to SpamAssassin >Severity: serious >Priority: high >Category: ports >Class: update >Release: FreeBSD 4.10-BETA i386 >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