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/02/02 19:32:49 UTC

svn commit: r502688 - in /spamassassin/trunk/masses/rule-dev: phrase-extract-in-log seek-phrases-in-corpus seek-phrases-in-log

Author: jm
Date: Fri Feb  2 10:32:48 2007
New Revision: 502688

URL: http://svn.apache.org/viewvc?view=rev&rev=502688
Log:
rename badly-named 'phrase-extract-in-log' script to be more consistent with its companion

Added:
    spamassassin/trunk/masses/rule-dev/seek-phrases-in-log
      - copied unchanged from r502687, spamassassin/trunk/masses/rule-dev/phrase-extract-in-log
Removed:
    spamassassin/trunk/masses/rule-dev/phrase-extract-in-log
Modified:
    spamassassin/trunk/masses/rule-dev/seek-phrases-in-corpus

Modified: spamassassin/trunk/masses/rule-dev/seek-phrases-in-corpus
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-dev/seek-phrases-in-corpus?view=diff&rev=502688&r1=502687&r2=502688
==============================================================================
--- spamassassin/trunk/masses/rule-dev/seek-phrases-in-corpus (original)
+++ spamassassin/trunk/masses/rule-dev/seek-phrases-in-corpus Fri Feb  2 10:32:48 2007
@@ -109,7 +109,7 @@
     " -n -o --showdots -c=/dev/null ".
     " $mcargs_s > $tmpdir/w.s");
 
-run("perl -w $sadir/masses/rule-dev/phrase-extract-in-log ".
+run("perl -w $sadir/masses/rule-dev/seek-phrases-in-log ".
         "$tmpdir/w.h $tmpdir/w.s > $tmpdir/result");
 
 run("cat $tmpdir/result");