You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/02/20 23:25:30 UTC

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

Author: kmcgrail
Date: Thu Feb 20 22:25:29 2014
New Revision: 1570365

URL: http://svn.apache.org/r1570365
Log:
change KiB to KB in sa-learn docs

Modified:
    spamassassin/trunk/sa-learn.raw

Modified: spamassassin/trunk/sa-learn.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-learn.raw?rev=1570365&r1=1570364&r2=1570365&view=diff
==============================================================================
--- spamassassin/trunk/sa-learn.raw (original)
+++ spamassassin/trunk/sa-learn.raw Thu Feb 20 22:25:29 2014
@@ -457,7 +457,7 @@ eval {
   my $iter = new Mail::SpamAssassin::ArchiveIterator(
     {
         # skip messages larger than max-size bytes,
-        # 0 for no limit, undef defaults to 256 KiB
+        # 0 for no limit, undef defaults to 256 KB
       'opt_max_size' => $opt{'max-size'},
       'opt_want_date' => 0,
       'opt_from_regex' => $spamtest->{conf}->{mbox_format_from_regex},
@@ -630,7 +630,7 @@ Options:
  --mbox                Input sources are in mbox format
  --mbx                 Input sources are in mbx format
  --max-size <b>        Skip messages larger than b bytes;
-                       defaults to 256 KiB, 0 implies no limit
+                       defaults to 256 KB, 0 implies no limit
  --showdots            Show progress using dots
  --progress            Show progress using progress bar
  --no-sync             Skip synchronizing the database and journal