Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/disspam/files/
Date: Thu, 22 Dec 2016 15:47:14
Message-Id: 1482421617.45f30c1eb3108b72a2f102bb1586857e5259a7f7.kensington@gentoo
1 commit: 45f30c1eb3108b72a2f102bb1586857e5259a7f7
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 13 20:24:30 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 15:46:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f30c1e
7
8 mail-filter/disspam: remove unused patch
9
10 mail-filter/disspam/files/0.12-sa302fix.patch | 22 ----------------------
11 1 file changed, 22 deletions(-)
12
13 diff --git a/mail-filter/disspam/files/0.12-sa302fix.patch b/mail-filter/disspam/files/0.12-sa302fix.patch
14 deleted file mode 100644
15 index 58f9924..00000000
16 --- a/mail-filter/disspam/files/0.12-sa302fix.patch
17 +++ /dev/null
18 @@ -1,22 +0,0 @@
19 -diff -bur disspam-orig/disspam.pl disspam/disspam.pl
20 ---- disspam-orig/disspam.pl 2003-05-07 00:46:14.000000000 +0200
21 -+++ disspam/disspam.pl 2004-12-31 18:31:49.006478280 +0100
22 -@@ -144,7 +144,8 @@
23 - if ($HEADERHASHES{$hash} =~ /S/) {
24 -
25 - # It's old spam
26 -- $reason = "Message previously detected as spam";
27 -+ #$reason = "Message previously detected as spam";
28 -+ undef $reason
29 - }
30 - else {
31 -
32 -@@ -766,7 +767,7 @@
33 -
34 - #give email SpamAssassin headers
35 - $status->rewrite_mail();
36 -- $$messageref = $status->get_full_message_as_text();
37 -+ $$messageref = $status->get_message();
38 - }
39 - }
40 - else {