You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/01/27 21:58:40 UTC

svn commit: rev 6323 - incubator/spamassassin/trunk

Author: felicity
Date: Tue Jan 27 12:58:39 2004
New Revision: 6323

Removed:
   incubator/spamassassin/trunk/Razor2.patch
Modified:
   incubator/spamassassin/trunk/INSTALL
   incubator/spamassassin/trunk/README
   incubator/spamassassin/trunk/spamassassin.raw
Log:
require razor 2.40 or later

Modified: incubator/spamassassin/trunk/INSTALL
==============================================================================
--- incubator/spamassassin/trunk/INSTALL	(original)
+++ incubator/spamassassin/trunk/INSTALL	Tue Jan 27 12:58:39 2004
@@ -52,10 +52,6 @@
 The default mode of tagging (which used to be ***SPAM*** in the subject
 line) no longer takes place.  Instead the message is rewritten.
 
-Using Razor version 1 is no longer supported.  Please upgrade to Razor
-version 2 and also read the instructions located in the Razor2.patch
-file.
-
 
 Installing or Upgrading SpamAssassin
 ------------------------------------
@@ -292,10 +288,8 @@
 	razor-admin -create   [creates the razor home]
 	razor-admin -register [registers an account]
 
-    If you want to use Razor and you are using Vipul's Razor 2.22 or higher
-    (until at least 2.36), you need to apply a small patch to use Razor in
-    "taint mode" which is now the default in SpamAssassin.  The instructions
-    are located in the Razor2.patch file.
+    To use Razor with SpamAssassin, you will need to be using v2.40 or
+    higher.
 
 
   - DCC             http://www.rhyolite.com/anti-spam/dcc/

Modified: incubator/spamassassin/trunk/README
==============================================================================
--- incubator/spamassassin/trunk/README	(original)
+++ incubator/spamassassin/trunk/README	Tue Jan 27 12:58:39 2004
@@ -29,9 +29,9 @@
 remove them.  The flags are: --add-from, --pipe, -F, -P
 
 SpamAssassin now runs in "taint mode" by default for improved
-security.  If you have Razor2 turned on and are using Vipul's Razor 2.22
-or higher (through at least 2.36), you will need to apply a small patch.
-The instructions are located in the Razor2.patch file.
+security.  If you want to enable usage of Razor v2, you will need to be
+using v2.40 of razor-agents or higher which fixes taint issues in previous
+versions.
 
 The 2.6x series has a new Bayes backend and database format (since 2.5x).
 Your old database(s) will automatically be upgraded the first time

Modified: incubator/spamassassin/trunk/spamassassin.raw
==============================================================================
--- incubator/spamassassin/trunk/spamassassin.raw	(original)
+++ incubator/spamassassin/trunk/spamassassin.raw	Tue Jan 27 12:58:39 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w -T
+#!/usr/bin/perl -w
 
 use strict;