You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/07/25 06:25:08 UTC

[Bug 3633] New: printf error in hit-frequencies numeric processing

http://bugzilla.spamassassin.org/show_bug.cgi?id=3633

           Summary: printf error in hit-frequencies numeric processing
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Masses
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: Bob@Menschel.net


My personal masscheck.sh bash script includes the commands: 
> perl ./hit-frequencies -x     >freq.log
> perl ./hit-frequencies -x -p  >freqp.log
following my mass-check commands. Running against version 3.0.0 pre-3, I get 
the following error from the first hit-frequencies run: 
> Use of uninitialized value in printf at ./hit-frequencies line 118.
This is apparently caused by not setting the $sorting variable correctly when 
only -x parameter is supplied to hit-frequencies script. I suspect the line 98
> my $sorting = $opt_i ? "IG" : "RANK";
should be moved before the if statement on line 97.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.