From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 1 20:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7C721065670 for ; Fri, 1 Jan 2010 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B17268FC19 for ; Fri, 1 Jan 2010 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o01Ko2Qp091873 for ; Fri, 1 Jan 2010 20:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o01Ko2k3091872; Fri, 1 Jan 2010 20:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 1 Jan 2010 20:50:02 GMT Resent-Message-Id: <201001012050.o01Ko2k3091872@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, Thierry Thomas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B06691065679 for ; Fri, 1 Jan 2010 20:43:21 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by mx1.freebsd.org (Postfix) with ESMTP id 312E58FC13 for ; Fri, 1 Jan 2010 20:43:19 +0000 (UTC) Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 7DB84D4812F; Fri, 1 Jan 2010 21:43:14 +0100 (CET) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) by smtp5-g21.free.fr (Postfix) with ESMTP id 593BED48031; Fri, 1 Jan 2010 21:43:12 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id C729B11450; Fri, 1 Jan 2010 21:43:07 +0100 (CET) Message-Id: <20100101204307.C729B11450@graf.pompo.net> Date: Fri, 1 Jan 2010 21:43:07 +0100 (CET) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: scheidell@secnap.net Subject: ports/142216: mail/p5-Mail-SpamAssassin: fix FH_DATE_PAST_20XX for 2010 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 20:50:03 -0000 >Number: 142216 >Category: ports >Synopsis: mail/p5-Mail-SpamAssassin: fix FH_DATE_PAST_20XX for 2010 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 01 20:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 8.0-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Sat Dec 5 19:27:51 CET 2009 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF090829 i386 >Description: The rule FH_DATE_PAST_20XX, checking for date is grossly in the future, does not handle 2010 correctly. Credit: . >How-To-Repeat: >Fix: Please apply the following patch: --- p5-Mail-SpamAssassin.diff begins here --- diff -urN mail/p5-Mail-SpamAssassin.orig/files/patch-rules-72_active.cf mail/p5-Mail-SpamAssassin/files/patch-rules-72_active.cf --- mail/p5-Mail-SpamAssassin.orig/files/patch-rules-72_active.cf 1970-01-01 01:00:00.000000000 +0100 +++ mail/p5-Mail-SpamAssassin/files/patch-rules-72_active.cf 2010-01-01 21:33:15.000000000 +0100 @@ -0,0 +1,11 @@ +--- ./rules/72_active.cf.orig 2008-06-10 11:21:33.000000000 +0200 ++++ ./rules/72_active.cf 2010-01-01 21:32:24.000000000 +0100 +@@ -540,7 +540,7 @@ + ##} FH_DATE_IS_19XX + + ##{ FH_DATE_PAST_20XX +-header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006] ++header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006] + describe FH_DATE_PAST_20XX The date is grossly in the future. + ##} FH_DATE_PAST_20XX + --- p5-Mail-SpamAssassin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: