ec777e5ac4
- Fix typo in Razor2 plugin. Fixes bug #1208776 - Disabled the AHBL blacklist thats no longer in service in base rules. Fixes bug #1180338
25 lines
935 B
Diff
25 lines
935 B
Diff
From e348191a69f29f59ebeaad8f2d250acf56b7a942 Mon Sep 17 00:00:00 2001
|
|
From: Kevin McGrail <kmcgrail@apache.org>
|
|
Date: Thu, 27 Feb 2014 00:50:42 +0000
|
|
Subject: [PATCH] Bug 7018 - Misspelling on Razor Configuration item thanks to
|
|
Alex from wombaz.de
|
|
|
|
git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1572369 13f79535-47bb-0310-9956-ffa450edef68
|
|
---
|
|
lib/Mail/SpamAssassin/Plugin/Razor2.pm | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/Mail/SpamAssassin/Plugin/Razor2.pm b/lib/Mail/SpamAssassin/Plugin/Razor2.pm
|
|
index 937c8cc..e24252c 100644
|
|
--- a/lib/Mail/SpamAssassin/Plugin/Razor2.pm
|
|
+++ b/lib/Mail/SpamAssassin/Plugin/Razor2.pm
|
|
@@ -115,7 +115,7 @@ the results
|
|
setting => 'razor_timeout',
|
|
is_admin => 1,
|
|
default => 5,
|
|
- type => $Mail::SpamAssassin::Conf::CONF_TYPE_DURATIION,
|
|
+ type => $Mail::SpamAssassin::Conf::CONF_TYPE_DURATION,
|
|
});
|
|
|
|
=item razor_config filename
|