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 09, 2024 — Jun 09, 2025
Showing page 209 of 215
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use bogofilter's VERSION for bogoutil.
David Relson
More...
over 22 years ago
Add 8 digit date to version strings for bogofilter version built from the cvs repository.
David Relson
More...
over 22 years ago
For hp-ux compatibility #include from <sys/syslog.h> to <syslog.h>.
David Relson
More...
over 22 years ago
Revised '-w' (display word) option so that it takes a db_file on the command line and reads the word list (for displaying) from stdin.
David Relson
More...
over 22 years ago
Added '-w' flag to allow dumping a word in a wordlist. Ex: bogoutil -d spamlist.db -w .MSG_COUNT
David Relson
More...
over 22 years ago
When classifying mail, i.e. when using '-p' (passthrough), display additional spamicity details as additional '-v's are used.
David Relson
More...
over 22 years ago
Change version to 0.7.5.1 to distinguish cvs from release.
David Relson
More...
over 22 years ago
Try to work around wrong run.sh permissions.
Matthias Andree
More...
over 22 years ago
Word wrap one warning message.
Matthias Andree
More...
over 22 years ago
Fix: make distcheck works now.
Matthias Andree
More...
over 22 years ago
Further fixes to bogoutil tests. Does not work when builddir != srcdir, so at the moment, make distcheck is broken.
Matthias Andree
More...
over 22 years ago
Include the bogoutil tests in `make check'.
Matthias Andree
More...
over 22 years ago
Remove unused rc variable from open_wordlist()
Matthias Andree
More...
over 22 years ago
Fix three compiler warnings; if the run_type is unknown in register-*, abort().
Matthias Andree
More...
over 22 years ago
Turn if(run_type...) into switch.
Matthias Andree
More...
over 22 years ago
minor corrections and improvements
Gyepi Sam
More...
over 22 years ago
Modify print_bogostats() so that it can be called from main.c to print extrema probabilities and tokens.
David Relson
More...
over 22 years ago
Change version to 0.7.5.
David Relson
More...
over 22 years ago
added docs on qmail integration
Gyepi Sam
More...
over 22 years ago
Namespace cleanup: renamed mm_count to m_count.
David Relson
More...
over 22 years ago
More namespace cleanup. Changed names of "stats" variables to "bogostats" or "wordstats", as appropriate. Renamed function "compare_stats()" to "compare_extrema()".
David Relson
More...
over 22 years ago
Renamed typedef "reg_t" to "run_t" and moved from bogofilter.h to common.h.
David Relson
More...
over 22 years ago
Database open mode is now based on the value of global variable run_type. The decision of which mode to used has been moved to open_wordlist() in wordlists.c, shortening the calls to setup_lists(), init_list(), and open_wordlist().
David Relson
More...
over 22 years ago
Renamed variable 'register_type' to 'run_type' to correctly reflect usage as the holder of the run mode and made it a global variable (replacing 'update'). Renamed enumerated constant 'REG_NONE' to 'RUN_NORMAL' and added 'RUN_UPDATE'. Renamed type 'reg_t' to 'run_t' to reflect its expanded usage.
David Relson
More...
over 22 years ago
undef VERSION and PROGNAME to avoid preprocessor error
Gyepi Sam
More...
over 22 years ago
make PATH_LEN configurable where possible
Gyepi Sam
More...
over 22 years ago
add bogoutil man page to RPM packages.
Matthias Andree
More...
over 22 years ago
Move tests to tests/ directory, adjusting paths in t.{lock1,score?}
Matthias Andree
More...
over 22 years ago
Added '-l' (log) option. When used, bogofilter will generate messages for the system log when classifying messages and when updating wordlists.
David Relson
More...
over 22 years ago
Add rule for making bogofilter.html from bogofilter.xml. Ignore bogofilter.html when updating from/to cvs.
David Relson
More...
over 22 years ago
←
1
2
…
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