You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/05/02 15:58:32 UTC

svn commit: r534465 - in /spamassassin/branches/3.2: INSTALL README

Author: jm
Date: Wed May  2 06:58:30 2007
New Revision: 534465

URL: http://svn.apache.org/viewvc?view=rev&rev=534465
Log:
forward-port some trivial documentation fixes from trunk. fix a typo in INSTALL; remove a warning about now-obsolete UTF-8 problems from the Red Hat 8 era; update accuracy figures in the README first paragraph; document /var/lib/spamassassin usage; and update the list of optional plugins/rules in README

Modified:
    spamassassin/branches/3.2/INSTALL
    spamassassin/branches/3.2/README

Modified: spamassassin/branches/3.2/INSTALL
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/INSTALL?view=diff&rev=534465&r1=534464&r2=534465
==============================================================================
--- spamassassin/branches/3.2/INSTALL (original)
+++ spamassassin/branches/3.2/INSTALL Wed May  2 06:58:30 2007
@@ -41,31 +41,11 @@
 SITELIBEXP.
 
 Note that you can upgrade SpamAssassin using these instructions, as long
-as you take care to read the caveats in the file UPGRADES.   Upgrading
+as you take care to read the caveats in the file UPGRADE.   Upgrading
 will not delete your learnt Bayes data or local rule modifications.
 
 If you're using SunOS 4.1.x, see
 http://wiki.spamassassin.org/w/BuildingOnSunOS4 for build tips.
-
-
-Note for Perl 5.8 Users (incl Red Hat 8)
-----------------------------------------
-
-Perl 5.8 now uses Unicode internally by default, which causes trouble for
-SpamAssassin (and almost all other reasonably complex pieces of perl
-code!).
-
-We've worked around this in most places, as far as we know, but there may
-still be some issues.  In addition, there is a speed hit, which it would
-be nice to avoid.
-
-Setting the LANG environment variable before any invocation of
-SpamAssassin sometimes seems to help fix it, like so:
-
-  export LANG=en_US
-
-Notably, the LANG setting must not include "utf8".   However, some folks
-have reported that this makes no difference. ;)
 
 
 Installing SpamAssassin for Personal Use (Not System-Wide)

Modified: spamassassin/branches/3.2/README
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/README?view=diff&rev=534465&r1=534464&r2=534465
==============================================================================
--- spamassassin/branches/3.2/README (original)
+++ spamassassin/branches/3.2/README Wed May  2 06:58:30 2007
@@ -36,10 +36,10 @@
 later filtering using the user's own mail user-agent application.
 
 SpamAssassin typically differentiates successfully between spam and
-non-spam in between 95% and 100% of cases, depending on what kind of
-mail you get and your training of its Bayesian filter.  Specifically,
-SpamAssassin has been shown to produce around 0.9% false negatives (spam
-that was missed) and around 0.1% false positives (ham incorrectly marked
+non-spam in between 95% and 100% of cases, depending on what kind of mail
+you get and your training of its Bayesian filter.  Specifically,
+SpamAssassin has been shown to produce around 1.5% false negatives (spam
+that was missed) and around 0.06% false positives (ham incorrectly marked
 as spam).  See the rules/STATISTICS*.txt files for more information.
 
 SpamAssassin also includes plugins to support reporting spam messages
@@ -104,6 +104,13 @@
 	Distributed configuration files, with all defaults.  Do not modify
 	these, as they are overwritten when you upgrade.
 
+  - /var/lib/spamassassin/*/*.cf:
+
+        Local state directory; updated rulesets, overriding the
+        distributed configuration files, downloaded using "sa-update". Do
+        not modify these, as they are overwritten when you run
+        "sa-update".
+
   - /etc/mail/spamassassin/*.cf:
 
   	Site config files, for system admins to create, modify, and
@@ -302,9 +309,8 @@
   - DCC: depends on non-open-source software (disabled in init.pre)
   - DomainKeys: experimental (disabled in init.pre)
   - MAPS: commercial service (disabled in 50_scores.cf)
-  - MSExec: experimental (disabled in init.pre)
-  - Razor2: depends on service that is not always free (disabled in init.pre)
   - TextCat: slow (disabled in init.pre)
+  - various optional plugins, disabled for speed (disabled in *.pre)
 
 To turn on tests disabled in 50_scores.cf, simply assign them a non-zero
 score, e.g. by adding score lines to your ~/.spamassassin/user_prefs file.