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 2008/06/10 11:37:54 UTC

svn commit: r666039 - /spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Author: jm
Date: Tue Jun 10 02:37:54 2008
New Revision: 666039

URL: http://svn.apache.org/viewvc?rev=666039&view=rev
Log:
add a header to the 'pasteable' text in rule-qa app

Modified:
    spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi?rev=666039&r1=666038&r2=666039&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Tue Jun 10 02:37:54 2008
@@ -983,7 +983,7 @@
       <th>MSECS</th>
       <th>SPAM%</th>
       <th>HAM%</th>
-      <th>S/O%</th>
+      <th>S/O</th>
       <th>RANK</th>
       <th>SCORE</th>
       <th>NAME</th>
@@ -1052,7 +1052,9 @@
     $FREQS_LINE_TEMPLATE =~ s/<!--\s+<rule>.*?-->//gs;
   }
 
-  my $texts = '';
+  my $texts = "MSECS     SPAM%    HAM%     S/O      RANK   SCORE  NAME   WHO/AGE\n";
+             # 0.00000   0.0216   0.0763   0.221    0.52    2.84  X_IP  
+  
   foreach my $rule (@rules) {
     if ($rule && defined $self->{freqs_data}{$key}{$rule}) {
       $comment .= $self->rule_anchor($key,$rule);