summaryrefslogtreecommitdiff
path: root/mail/spamassassin/patches/patch-ag
blob: 009b95e6a5d34af8d46716e5b48fbc74ed252aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.5 2003/05/22 11:41:03 abs Exp $

--- tools/check_whitelist.orig	2002-12-19 19:05:01.000000000 +0000
+++ tools/check_whitelist
@@ -5,7 +5,8 @@ use Fcntl;
 
 # must match line at top of lib/Mail/SpamAssassin/DBBasedAddrList.pm.
 # now off until 3.0
-# BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
+# Pkgsrc: enable following line because BayesStore.pm already broke the rule
+BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
 
 use AnyDBM_File ;
 use vars qw( %h $k $v ) ;