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 16 hours
ago. based on code collected
about 16 hours
ago.
Jun 11, 2024 — Jun 11, 2025
Showing page 202 of 215
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Clean up global variables, add default for stats_prefix, fixing SIGSEGV of SourceForge bug #635125.
Matthias Andree
More...
over 22 years ago
Reformat.
Matthias Andree
More...
over 22 years ago
Check for stats_prefix segfault in bogofilter -v -p, sourceforge bug #635125.
Matthias Andree
More...
over 22 years ago
fix last checkin.
Matthias Andree
More...
over 22 years ago
Add assert() calls to track down the recently reported SEGV, SF bug #635125.
Matthias Andree
More...
over 22 years ago
find_home: New find_home_user function, to figure the home directory of an arbitrary user.
Matthias Andree
More...
over 22 years ago
Complete implementation of stats_in_header=NO (to allow placement of stats at the start of the message body).
David Relson
More...
over 22 years ago
Correctly handle "~/" at beginning of config file name.
David Relson
More...
over 22 years ago
Must call initialize_constants() before calling collect_words(), so that max_repeats is known.
David Relson
More...
over 22 years ago
modified procmail rules slightly.
Allyn Fratkin
More...
over 22 years ago
Correct seg fault when using '-p' to display probabilities for words on the command line (in argc/argv).
David Relson
More...
over 22 years ago
Move robx initialization from initialize_constants() to compute_robinson_spamicity(), to avoid calling db_getvalue() before the word list is locked.
David Relson
More...
over 22 years ago
Two config file fixes: Correct setting of stats_prefix from stats_in_header. Correct defect in setting boolean config parameters.
David Relson
More...
over 22 years ago
*** empty log message ***
Matthias Andree
More...
over 22 years ago
Make word_from_* functions static.
Matthias Andree
More...
over 22 years ago
Detect read errors. Do not allocate memory when returned == 0 (fixes EFence complaining).
Matthias Andree
More...
over 22 years ago
*** empty log message ***
Matthias Andree
More...
over 22 years ago
Add two const keywords, fixing compiler warnings.
Matthias Andree
More...
over 22 years ago
Correct '-p' options probability calculations.
David Relson
More...
over 22 years ago
Update.
Matthias Andree
More...
over 22 years ago
Add bogolexer.1 man page.
Matthias Andree
More...
over 22 years ago
Merge bogofilter-0_8_0 changes.
Matthias Andree
More...
over 22 years ago
Get rid of AC_FUNC_STAT and AC_FUNC_MALLOC, they compromise the build on some systems, among them Red Hat 6.1.
Matthias Andree
More...
over 22 years ago
Use xmalloc rather than malloc.
Matthias Andree
More...
over 22 years ago
Remove bogus CFLAGS ?= line in Makefile*.
Matthias Andree
More...
over 22 years ago
a few more tweaks after finding out -Ae is now the default cc environment.
Allyn Fratkin
More...
over 22 years ago
last minute changes for 0.8.0, probably can use a little bit of rewriting for readbility.
Allyn Fratkin
More...
over 22 years ago
Move processing of command line arguments to config.c, in particular funtions process_args() and validate_args().
David Relson
More...
over 22 years ago
Added config parameter stats_in_header. Default value (TRUE) places spamicity stats in the message header. FALSE puts stats at the beginning of the message body.
David Relson
More...
over 22 years ago
Create a typedef for lexer token classes, i.e. the return type of get_token().
David Relson
More...
over 22 years ago
←
1
2
…
198
199
200
201
202
203
204
205
206
…
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