You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2007/12/18 01:29:43 UTC

svn commit: r605054 - /spamassassin/branches/3.2/sa-compile.raw

Author: sidney
Date: Mon Dec 17 16:29:39 2007
New Revision: 605054

URL: http://svn.apache.org/viewvc?rev=605054&view=rev
Log:
bug 5608 - more correct wording in POD documentation

Modified:
    spamassassin/branches/3.2/sa-compile.raw

Modified: spamassassin/branches/3.2/sa-compile.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/sa-compile.raw?rev=605054&r1=605053&r2=605054&view=diff
==============================================================================
--- spamassassin/branches/3.2/sa-compile.raw (original)
+++ spamassassin/branches/3.2/sa-compile.raw Mon Dec 17 16:29:39 2007
@@ -692,8 +692,12 @@
 
 =head1 DESCRIPTION
 
-sa-compile uses C<re2c> to compile the SpamAssassin ruleset. This is then used
-by the C<Mail::SpamAssassin::Plugin::Rule2XSBody> plugin to speed up
+sa-compile uses C<re2c> to compile the site-wide parts of the SpamAssassin
+ruleset. No part of user_prefs or any files included from user_prefs can be
+built into the compiled set.
+
+This compiled set is then used by the 
+C<Mail::SpamAssassin::Plugin::Rule2XSBody> plugin to speed up
 SpamAssassin's operation, where possible, and when that plugin is loaded.
 
 C<re2c> can match strings much faster than perl code, by constructing a DFA to