summaryrefslogtreecommitdiff
path: root/mail/spamprobe/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-08-13Fix build with gcc4.wiz1-0/+12
2004-02-03Update spamprobe to 0.9h. ChangeLog:hubertf1-25/+0
* New manual page * spamprobe.cc (process_stream): Added -o tokenized option to allow people to use an external tokenizer with spamprobe. * SpamFilter.cc (scoreToken): Reduced sorting overhead by pre-computing and integer sort value with sorting priorities reflected in the value. This eliminates several calculations inside of the sort routine. * SpamFilter.cc (computeRatio): Capped ratios in calculations to within MIN_PROB and MAX_PROB. Widened that range. This avoids problems with div/0 and makes it easier to sort terms. * spamprobe.cc (dump_words): dump command can now optionally accept a regular expression as an argument and will only dump terms matching the regular expression. (purge_terms): Added purge-terms command to purge from the database all terms matching a regular expression. Patch submitted by Ossi Herrala <PGP: 0x78CD0337> in private email.
2004-01-20Fix typos in the manual page.lukem1-0/+25