openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
bogofilter Fast Bayesian Spam Filter
Settings
|
Report Duplicate
14
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Jun 13, 2024 — Jun 13, 2025
Showing page 208 of 215
Search / Filter on:
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.
David Relson
More...
over 22 years ago
Use global variable progname in error messages.
David Relson
More...
over 22 years ago
Renamed bogoupgrade.pl to bogoupgrade and added man page for it.
David Relson
More...
over 22 years ago
Use [:cntrl:] instead of \n\r in the token pattern so that all control characters will be delimiters.
David Relson
More...
over 22 years ago
Reformat text so that it fits on an 80-character wide terminal.
David Relson
More...
over 22 years ago
force char pointers to be aligned on architecture's natural boundary. Thanks to bunyip for filing bug report.
Gyepi Sam
More...
over 22 years ago
Call initialize_constants() at beginning of register_messages(). Needed because changes for Robinson algorithm left this out.
David Relson
More...
over 22 years ago
*** empty log message ***
David Relson
More...
over 22 years ago
ispell run, fixing more typos.
Matthias Andree
More...
over 22 years ago
Change documentation to refer to "X-Bogosity", not "X-Spam-Status".
David Relson
More...
over 22 years ago
Fix typo - 'recipes', not 'recipies'.
David Relson
More...
over 22 years ago
Fix 'worlist' typo to 'wordlist'.
Matthias Andree
More...
over 22 years ago
Updated news to get ready for 0.7.5 release announcement
Adrian Otto
More...
over 22 years ago
Compute robinson scalefactor from wordlist message counts.
David Relson
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
David Relson
More...
over 22 years ago
Remove duplicate #define statements.
David Relson
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.
Matthias Andree
More...
over 22 years ago
Merge Allyn Fratkin's bugfix to NOT cut lines at the first NUL character.
Matthias Andree
More...
over 22 years ago
Remove redirections from inside the script so that Makefile controls where the script's output ends up.
David Relson
More...
over 22 years ago
Streamline algorithm handling, using switch rather than if(), and use one enumeration variable to store the currently requested algorithm.
Matthias Andree
More...
over 22 years ago
Fix some compiler warnings.
Matthias Andree
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.
David Relson
More...
over 22 years ago
Change VERSION check to recognize any 3 letter sequence at the end of the version string.
David Relson
More...
over 22 years ago
Deactivate verbose printing in compute_probability().
David Relson
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.
David Relson
More...
over 22 years ago
Ignore generated files Makefile and Makefile.in.
David Relson
More...
over 22 years ago
Added version.sh for automatically updating bogofilter version strings when bogofilter is built from cvs.
David Relson
More...
over 22 years ago
Add Allyn Fratkin's fix to ignore carriage returns at the end of the BASE64 header line.
David Relson
More...
over 22 years ago
Add missing quotation mark.
David Relson
More...
over 22 years ago
Add ".cvs" to version string to enable automatic dates for bogofilter versions built from cvs.
David Relson
More...
over 22 years ago
←
1
2
…
204
205
206
207
208
209
210
211
212
213
214
215
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree