From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D50B6139086 for ; Thu, 22 Dec 2016 15:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A4B3E0CEA; Thu, 22 Dec 2016 15:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7B9EE0CEA for ; Thu, 22 Dec 2016 15:47:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11FD4341134 for ; Thu, 22 Dec 2016 15:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7996524E6 for ; Thu, 22 Dec 2016 15:47:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1482421617.45f30c1eb3108b72a2f102bb1586857e5259a7f7.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/disspam/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/disspam/files/0.12-sa302fix.patch X-VCS-Directories: mail-filter/disspam/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 45f30c1eb3108b72a2f102bb1586857e5259a7f7 X-VCS-Branch: master Date: Thu, 22 Dec 2016 15:47:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9f410c2-004c-4a51-a205-d159f7ca1f09 X-Archives-Hash: aca8a95cff15ab0c00e2ad47ef5a4b98 commit: 45f30c1eb3108b72a2f102bb1586857e5259a7f7 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Tue Dec 13 20:24:30 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 22 15:46:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f30c1e mail-filter/disspam: remove unused patch mail-filter/disspam/files/0.12-sa302fix.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/mail-filter/disspam/files/0.12-sa302fix.patch b/mail-filter/disspam/files/0.12-sa302fix.patch deleted file mode 100644 index 58f9924..00000000 --- a/mail-filter/disspam/files/0.12-sa302fix.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -bur disspam-orig/disspam.pl disspam/disspam.pl ---- disspam-orig/disspam.pl 2003-05-07 00:46:14.000000000 +0200 -+++ disspam/disspam.pl 2004-12-31 18:31:49.006478280 +0100 -@@ -144,7 +144,8 @@ - if ($HEADERHASHES{$hash} =~ /S/) { - - # It's old spam -- $reason = "Message previously detected as spam"; -+ #$reason = "Message previously detected as spam"; -+ undef $reason - } - else { - -@@ -766,7 +767,7 @@ - - #give email SpamAssassin headers - $status->rewrite_mail(); -- $$messageref = $status->get_full_message_as_text(); -+ $$messageref = $status->get_message(); - } - } - else {