You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2021/04/18 15:01:33 UTC

svn commit: r1888905 - /spamassassin/trunk/sa-learn.raw

Author: hege
Date: Sun Apr 18 15:01:33 2021
New Revision: 1888905

URL: http://svn.apache.org/viewvc?rev=1888905&view=rev
Log:
Document sa-learn -L a bit more.

Modified:
    spamassassin/trunk/sa-learn.raw

Modified: spamassassin/trunk/sa-learn.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-learn.raw?rev=1888905&r1=1888904&r2=1888905&view=diff
==============================================================================
--- spamassassin/trunk/sa-learn.raw (original)
+++ spamassassin/trunk/sa-learn.raw Sun Apr 18 15:01:33 2021
@@ -641,7 +641,8 @@ Options:
  --progress            Show progress using progress bar
  --no-sync             Skip synchronizing the database and journal
                        after learning
- -L, --local           Operate locally, no network accesses
+ -L, --local           Operate locally, no network accesses. Use
+                       of this is recommended, see documentation.
  --import              Migrate data from older version/non DB_File
                        based databases
  --clear               Wipe out existing database
@@ -870,8 +871,10 @@ ignored since there is no learn operatio
 =item B<-L>, B<--local>
 
 Do not perform any network accesses while learning details about the mail
-messages.  This will speed up the learning process, but may result in a
-slightly lower accuracy.
+messages.  This should be normally used, as there really isn't anything
+Bayes can learn from network lookup results.  Official SpamAssassin plugins
+do not currently do any network lookups when learning, but it's possible
+that third party ones might.
 
 =item B<--import>