14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use bogofilter's VERSION for bogoutil. More... over 22 years ago
Add 8 digit date to version strings for bogofilter version built from the cvs repository. More... over 22 years ago
For hp-ux compatibility #include from <sys/syslog.h> to <syslog.h>. 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. More... over 22 years ago
Added '-w' flag to allow dumping a word in a wordlist. Ex: bogoutil -d spamlist.db -w .MSG_COUNT More... over 22 years ago
When classifying mail, i.e. when using '-p' (passthrough), display additional spamicity details as additional '-v's are used. More... over 22 years ago
Change version to 0.7.5.1 to distinguish cvs from release. More... over 22 years ago
Try to work around wrong run.sh permissions. More... over 22 years ago
Word wrap one warning message. More... over 22 years ago
Fix: make distcheck works now. More... over 22 years ago
Further fixes to bogoutil tests. Does not work when builddir != srcdir, so at the moment, make distcheck is broken. More... over 22 years ago
Include the bogoutil tests in `make check'. More... over 22 years ago
Remove unused rc variable from open_wordlist() More... over 22 years ago
Fix three compiler warnings; if the run_type is unknown in register-*, abort(). More... over 22 years ago
Turn if(run_type...) into switch. More... over 22 years ago
minor corrections and improvements More... over 22 years ago
Modify print_bogostats() so that it can be called from main.c to print extrema probabilities and tokens. More... over 22 years ago
Change version to 0.7.5. More... over 22 years ago
added docs on qmail integration More... over 22 years ago
Namespace cleanup: renamed mm_count to m_count. 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()". More... over 22 years ago
Renamed typedef "reg_t" to "run_t" and moved from bogofilter.h to common.h. 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(). 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. More... over 22 years ago
undef VERSION and PROGNAME to avoid preprocessor error More... over 22 years ago
make PATH_LEN configurable where possible More... over 22 years ago
add bogoutil man page to RPM packages. More... over 22 years ago
Move tests to tests/ directory, adjusting paths in t.{lock1,score?} 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. More... over 22 years ago
Add rule for making bogofilter.html from bogofilter.xml. Ignore bogofilter.html when updating from/to cvs. More... over 22 years ago