https://bugs.contribs.org/show_bug.cgi?id=11178

--- Comment #9 from Brian Read <[email protected]> ---
Stats program checks SMe version and only triggers on 6 and 7, so fixed that:

/usr/local/unjunkmgr/spamfilter-statsclient.pl

  my $SME_version;
#  printf("SME Release Version %s\n",$release_version);
  if ($release_version =~ m/[6]/) {
    $SME_version = 6;
  } else {
    $SME_version = 7; #All after 6 are the same we assume!
  }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to