README gives inverted command line to sort dumps
Brought to you by:
bburton
The README file :
"""
For example to list all words from "most good" to "least good" use this command:
spamprobe dump | sort -k 1nr -k 3nr
To list all words from "most spammy" to "least spammy" use this
command:
spamprobe dump | sort -k 1n -k 2nr
"""
It seems that the commands are inverted here.
(Reported by Paul Kimoto as a Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453772\)
--
Nicolas Duboc
Yup. commands look reverse to me as well. SF isn't letting me add a file so patch can be found here:
http://rpm.ysl.org/fedora-review/example-swapped.patch