14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jun 11, 2024 — Jun 11, 2025
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. More... over 22 years ago
Reformat. More... over 22 years ago
Check for stats_prefix segfault in bogofilter -v -p, sourceforge bug #635125. More... over 22 years ago
fix last checkin. More... over 22 years ago
Add assert() calls to track down the recently reported SEGV, SF bug #635125. More... over 22 years ago
find_home: New find_home_user function, to figure the home directory of an arbitrary user. More... over 22 years ago
Complete implementation of stats_in_header=NO (to allow placement of stats at the start of the message body). More... over 22 years ago
Correctly handle "~/" at beginning of config file name. More... over 22 years ago
Must call initialize_constants() before calling collect_words(), so that max_repeats is known. More... over 22 years ago
modified procmail rules slightly. More... over 22 years ago
Correct seg fault when using '-p' to display probabilities for words on the command line (in argc/argv). 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. 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. More... over 22 years ago
*** empty log message *** More... over 22 years ago
Make word_from_* functions static. More... over 22 years ago
Detect read errors. Do not allocate memory when returned == 0 (fixes EFence complaining). More... over 22 years ago
*** empty log message *** More... over 22 years ago
Add two const keywords, fixing compiler warnings. More... over 22 years ago
Correct '-p' options probability calculations. More... over 22 years ago
Update. More... over 22 years ago
Add bogolexer.1 man page. More... over 22 years ago
Merge bogofilter-0_8_0 changes. 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. More... over 22 years ago
Use xmalloc rather than malloc. More... over 22 years ago
Remove bogus CFLAGS ?= line in Makefile*. More... over 22 years ago
a few more tweaks after finding out -Ae is now the default cc environment. More... over 22 years ago
last minute changes for 0.8.0, probably can use a little bit of rewriting for readbility. More... over 22 years ago
Move processing of command line arguments to config.c, in particular funtions process_args() and validate_args(). 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. More... over 22 years ago
Create a typedef for lexer token classes, i.e. the return type of get_token(). More... over 22 years ago