14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Greg Louis has implemented an "Rtable" option ('-R') to provide a readable printout for the Robinson spamicity calculation. More... over 22 years ago
Use global variable progname in error messages. More... over 22 years ago
Renamed bogoupgrade.pl to bogoupgrade and added man page for it. More... over 22 years ago
Use [:cntrl:] instead of \n\r in the token pattern so that all control characters will be delimiters. More... over 22 years ago
Reformat text so that it fits on an 80-character wide terminal. More... over 22 years ago
force char pointers to be aligned on architecture's natural boundary. Thanks to bunyip for filing bug report. More... over 22 years ago
Call initialize_constants() at beginning of register_messages(). Needed because changes for Robinson algorithm left this out. More... over 22 years ago
*** empty log message *** More... over 22 years ago
ispell run, fixing more typos. More... over 22 years ago
Change documentation to refer to "X-Bogosity", not "X-Spam-Status". More... over 22 years ago
Fix typo - 'recipes', not 'recipies'. More... over 22 years ago
Fix 'worlist' typo to 'wordlist'. More... over 22 years ago
Updated news to get ready for 0.7.5 release announcement More... over 22 years ago
Compute robinson scalefactor from wordlist message counts. More... over 22 years ago
Changed algorithm names from "original" to "graham" (with switch changed from '-o' to '-g'). Converted #defines for algorithm dependent values (specifically MIN_DEV, SPAM_CUTOFF, MAX_REPEATS) to static variables in bogofilter.c More... over 22 years ago
Remove duplicate #define statements. More... over 22 years ago
Make version.h depend on version.sh (should the format change), and make the version depend on bogoutil.c and lexer.l as well. Also get rid of $^ which may be non-portable. More... over 22 years ago
Merge Allyn Fratkin's bugfix to NOT cut lines at the first NUL character. More... over 22 years ago
Remove redirections from inside the script so that Makefile controls where the script's output ends up. More... over 22 years ago
Streamline algorithm handling, using switch rather than if(), and use one enumeration variable to store the currently requested algorithm. More... over 22 years ago
Fix some compiler warnings. More... over 22 years ago
Defined macros MIN_DEV, SPAM_CUTOFF, and GOOD_BIAS so that their values are controlled by the original/robinson switches. More... over 22 years ago
Change VERSION check to recognize any 3 letter sequence at the end of the version string. More... over 22 years ago
Deactivate verbose printing in compute_probability(). More... over 22 years ago
Add Greg Louis' code for the Robinson algorithm to bogofilter.c as function compute_robinson_spamicity(). Option '-o' will use the old compute_spamicity() function and option '-r' will use the new function. More... over 22 years ago
Ignore generated files Makefile and Makefile.in. More... over 22 years ago
Added version.sh for automatically updating bogofilter version strings when bogofilter is built from cvs. More... over 22 years ago
Add Allyn Fratkin's fix to ignore carriage returns at the end of the BASE64 header line. More... over 22 years ago
Add missing quotation mark. More... over 22 years ago
Add ".cvs" to version string to enable automatic dates for bogofilter versions built from cvs. More... over 22 years ago