14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split #ifdef MAIN from debug.c to debug.main.c. Change #include from strings.h to string.h More... over 22 years ago
Split #ifdef MAIN from debug.c to debug.main.c. More... over 22 years ago
Remove spurious ? from BASE64 rule that made lexer go into an unterminated loop when encountering a lone LF. More... over 22 years ago
Remove unnecessary '\r' from BASE64 pattern. More... over 22 years ago
Use value of .ROBX in spamlist.db, if available, for Robinson's X. If not in word list, use #define constant. Update #define for Robinson's S to match bogofilter.xml. More... over 22 years ago
Add '-R directory' option for computing Robinson's X factor and saving it in directory/spamlist.db More... over 22 years ago
For '-x' make the argument mandatory. More... over 22 years ago
Fix some problems with getopt() argument handling. For '-x' make the argument mandatory. For '-R' allow filename to be missing, concatenated, or separated by space. More... over 22 years ago
Last revision left out the {1,2} qualifier in the BASE64 definition. More... over 22 years ago
handle interface change to DBT->open(), introduced in db-4.1 More... over 22 years ago
Added documentation for '-R' option which displays the values used in the Robinson calculation. The display format is an Rtable which is compatible with the R mathematics package. More... over 22 years ago
Document bogofilter's '-g', '-r', and '-x' options. More... over 22 years ago
The '-R' option now takes an optional output filename. Removed several unneeded #include statements. More... over 22 years ago
Modified BASE64 pattern to allow equal signs and to handle CR at end. More... over 22 years ago
Removed args from call to closelog() as there are none for linux. More... over 22 years ago
A text is only considered BASE64 if it is either at least 32 characters long or ends in a pad character (=). MIME boundaries are now returned as tokens. This should go with the "weed words that have a count of 1" later to reduce bloat. in name= and filename= tags, the quote mark is optional. \r\n is transformed to \n before passing things to the lexer. More... over 22 years ago
TODO list updated by Baruch Even. More... over 22 years ago
*** empty log message *** More... over 22 years ago
Added program "debugtest" to macro 'check_programs'. More... over 22 years ago
Added bit mapped classes and macros for printing debug info. Usage is activated by '-x {classes}' More... over 22 years ago
Added bit mapped classes and macros for printing debug info. Usage is activated by '-x {classes}' for both bogofilter and bogoutil. More... over 22 years ago
Unbreak tests on fresh installs. Run tests in rather than /home/emma. More... over 22 years ago
Unbreak test after bogoupgrade.pl -> bogoupgrade rename. More... over 22 years ago
Add some missing words. More... over 22 years ago
Bail out if neither -d DIR is given nor $BOGOFILTER_DIR nor $HOME are set. More... over 22 years ago
Document the environment variables. More... over 22 years ago
Add script bogo.R to EXTRA_DIST. More... over 22 years ago
Clean up progname declaration, introducing a new global.h file, and make progname a const. More... over 22 years ago
bogo.R is an "R" script for expanding the output of bogofilter's "Rtable" (-R) option. More... over 22 years ago
Greg Louis has implemented an "Rtable" option ('-R') to provide a readable printout for the Robinson spamicity calculation. More... over 22 years ago