14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document '-q' (quiet) and '-f' (force) options. More... over 22 years ago
Added '-f' option to force printing of spamicity statistics, without regard to threshold values. More... over 22 years ago
Added cvs Id: tags at start of file. More... over 22 years ago
Cleaned up #include statements. Corrected typo in help(). Removed a pair of unneeded braces. More... over 22 years ago
Added '-q' (quiet) option to suppress warning messages. More... over 22 years ago
Created help() and version() functions to display the messages. More... over 22 years ago
Have read_config_file() return if environment variable HOME isn't defined. More... over 22 years ago
Correct an initialization error during histogram generation. More... over 22 years ago
Check MIN_DEV before adding token to rstats list. More... over 22 years ago
Deleted unused "int fd" parameter from bogofilter(), register_messages(), and collect_words(). More... over 22 years ago
Show and document more config parameters. More... over 22 years ago
Converted variable suppress_config_file to type bool. More... over 22 years ago
Track -q -> -C migration. More... over 22 years ago
Documentation updates: added '-c' and '-C' options; removed '-q'; corrected '-R'. More... over 22 years ago
Created new function process_config_files() to read config files, if necessary, and do any program initialization needed after reading them. process_config_files() is used by main.c and configtest.c. More... over 22 years ago
Made implementations of db_increment() and db_decrement() symmetric. More... over 22 years ago
Update .cvsignore files. More... over 22 years ago
Remove cvs-bootstrap.sh in favor of autoreconf -i -f [-s]. More... over 22 years ago
Fix automake-1.6 compatibility. More... over 22 years ago
parenthesize EPS More... over 22 years ago
Further cleanups. More... over 22 years ago
make die() a static function. More... over 22 years ago
Remove procmail_unbase64, to avoid giving bad examples (it's not in CVS anyways). More... over 22 years ago
Fix compiler warnings. More... over 22 years ago
Don't compare float directly, not even against 0.0. Fix other warnings. More... over 22 years ago
Fix compiler warnings, clean up. More... over 22 years ago
Makefile cleanup for subdirectories, new target "cvs-check" to check out current CVS tree and run make distcheck to figure if CVS is complete. More... over 22 years ago
Enable tons of compiler warnings, currently tuned for GCC 3.2, but it will omit options that the host compiler rejects. More... over 22 years ago
Use man_MANS rather than man1_MANS. We use standard suffices, so we can use standard _MANS lists. (Fixes automake 1.4 compatibility this far, FWIW.) More... over 22 years ago
Add t.nullstatsprefix test. More... over 22 years ago