-
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...
2007-12-23 15:14:55 UTC in SpamProbe - fast bayesian spam filter
-
Hi,
man page contains word 'pipeing' that actually writes 'piping'.
(Reported by Paul Kimoto on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453773)
--
Nicolas Duboc.
2007-12-23 14:55:24 UTC in SpamProbe - fast bayesian spam filter
-
Here is a patch that makes spamprobe compile with the current snapshot of GCC 4.3 (as found in the Debian package gcc-snapshot).
The upcoming Debian package version 1.4d-3 of spamprobe will include this patch.
Regards,
--
Nicolas Duboc .
2007-10-23 11:51:53 UTC in SpamProbe - fast bayesian spam filter