/[Apache-SVN]/spamassassin/trunk/masses/bayes-testing/draw-bayes-histogram
ViewVC logotype

Diff of /spamassassin/trunk/masses/bayes-testing/draw-bayes-histogram

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/masses/bayes-testing/draw-bayes-histogram	2005/05/20 02:25:44	171036
+++ spamassassin/trunk/masses/bayes-testing/draw-bayes-histogram	2005/05/20 02:30:40	171037
@@ -48,7 +48,7 @@ foreach my $file ($spam, $nonspam) {
   my $isspam = 0; ($file eq $spam) and $isspam = 1;
 
   while (<IN>) {
-    /^(\.|Y)\s.+bayes=(\S+)$/ or next;
+    /^(\.|Y)\s.+bayes=([^\s,]+)/ or next;
     my $score = $2+0;
 
     my $bucket_id;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26