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
1 day
ago. based on code collected
1 day
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 207 of 215
Search / Filter on:
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
Matthias Andree
More...
over 22 years ago
Split #ifdef MAIN from debug.c to debug.main.c.
Matthias Andree
More...
over 22 years ago
Remove spurious ? from BASE64 rule that made lexer go into an unterminated loop when encountering a lone LF.
Matthias Andree
More...
over 22 years ago
Remove unnecessary '\r' from BASE64 pattern.
David Relson
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.
David Relson
More...
over 22 years ago
Add '-R directory' option for computing Robinson's X factor and saving it in directory/spamlist.db
David Relson
More...
over 22 years ago
For '-x' make the argument mandatory.
David Relson
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.
David Relson
More...
over 22 years ago
Last revision left out the {1,2} qualifier in the BASE64 definition.
David Relson
More...
over 22 years ago
handle interface change to DBT->open(), introduced in db-4.1
Gyepi Sam
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.
David Relson
More...
over 22 years ago
Document bogofilter's '-g', '-r', and '-x' options.
David Relson
More...
over 22 years ago
The '-R' option now takes an optional output filename. Removed several unneeded #include statements.
David Relson
More...
over 22 years ago
Modified BASE64 pattern to allow equal signs and to handle CR at end.
David Relson
More...
over 22 years ago
Removed args from call to closelog() as there are none for linux.
David Relson
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.
Matthias Andree
More...
over 22 years ago
TODO list updated by Baruch Even.
David Relson
More...
over 22 years ago
*** empty log message ***
David Relson
More...
over 22 years ago
Added program "debugtest" to macro 'check_programs'.
David Relson
More...
over 22 years ago
Added bit mapped classes and macros for printing debug info. Usage is activated by '-x {classes}'
David Relson
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.
David Relson
More...
over 22 years ago
Unbreak tests on fresh installs. Run tests in rather than /home/emma.
Matthias Andree
More...
over 22 years ago
Unbreak test after bogoupgrade.pl -> bogoupgrade rename.
Matthias Andree
More...
over 22 years ago
Add some missing words.
Matthias Andree
More...
over 22 years ago
Bail out if neither -d DIR is given nor $BOGOFILTER_DIR nor $HOME are set.
Matthias Andree
More...
over 22 years ago
Document the environment variables.
Matthias Andree
More...
over 22 years ago
Add script bogo.R to EXTRA_DIST.
David Relson
More...
over 22 years ago
Clean up progname declaration, introducing a new global.h file, and make progname a const.
Matthias Andree
More...
over 22 years ago
bogo.R is an "R" script for expanding the output of bogofilter's "Rtable" (-R) option.
David Relson
More...
over 22 years ago
Greg Louis has implemented an "Rtable" option ('-R') to provide a readable printout for the Robinson spamicity calculation.
David Relson
More...
over 22 years ago
←
1
2
…
203
204
205
206
207
208
209
210
211
…
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