summaryrefslogtreecommitdiff
path: root/mail/spamassassin/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamassassin/patches/patch-ah')
-rw-r--r--mail/spamassassin/patches/patch-ah14
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/spamassassin/patches/patch-ah b/mail/spamassassin/patches/patch-ah
index f2ae07cda71..9b2a7ed6c20 100644
--- a/mail/spamassassin/patches/patch-ah
+++ b/mail/spamassassin/patches/patch-ah
@@ -1,16 +1,8 @@
-$NetBSD: patch-ah,v 1.2 2002/11/06 21:51:27 heinz Exp $
+$NetBSD: patch-ah,v 1.3 2003/02/02 19:38:40 heinz Exp $
---- lib/Mail/SpamAssassin/Reporter.pm.orig Mon Oct 14 18:44:35 2002
+--- lib/Mail/SpamAssassin/Reporter.pm.orig Wed Nov 27 17:45:21 2002
+++ lib/Mail/SpamAssassin/Reporter.pm
-@@ -126,6 +126,7 @@
- if ( !$@ ) {
- eval {
- local ($^W) = 0; # argh, warnings in Razor
-+ local %ENV;
-
- local $SIG{ALRM} = sub { die "alarm\n" };
- alarm $timeout;
-@@ -151,6 +152,12 @@
+@@ -152,6 +152,12 @@
my $objects = $rc->prepare_objects( \@msg )
or adie ("error in prepare_objects");
$rc->get_server_info() or adie $rc->errprefix("reportit");