Package: spamprobe Version: 1.4b-2 The spamprobe(1) man page says:
: To list all words in SpamProbe's database 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 These commands seem to be backwards, that is, running the first pipeline lists the spammiest terms first, and running the second pipeline lists the best terms first. (I have sort(1) from coreutils 5.97-5.3.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

