bmf

bmf (Bayesian Mail Filter) 0.9.4 fork + patches
git clone git://git.codemadness.org/bmf
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-02-04 22:03update TODOHiltjo Posthuma1+2-0
2020-02-04 21:59add a bulk test mode option (-b)Hiltjo Posthuma3+83-3
2019-01-26 19:10README: typo applicatios -> applicationsHiltjo Posthuma1+2-3
2019-01-26 18:39fix -d parameterJulian Schweinsberg2+2-2
2018-11-09 10:18fix statdump call parameterHiltjo Posthuma1+1-1
2018-11-09 10:17fix statdump declarationHiltjo Posthuma1+1-1
2018-11-08 17:12statdump: use standard I/O functions for bufferingHiltjo Posthuma1+7-17
2018-11-08 17:07fix uninitialized memory when parsing bogofilter headerHiltjo Posthuma1+2-1
2018-10-27 18:05function declaration: use the same parameter namesHiltjo Posthuma4+14-15
2018-10-27 18:02set rdonly earlier for unveil, make open() error more clearHiltjo Posthuma2+3-3
2018-10-27 17:56fix unveil(2) permissions and path name + misc code fixesHiltjo Posthuma6+25-29
2018-10-27 17:33dbh_open -> dbtext_db_openHiltjo Posthuma2+2-2
2018-10-27 17:31merge dbh and dbtext (WIP)Hiltjo Posthuma7+511-566
2018-10-27 17:14initial unveil(2) support + some code-cleanup and remove unused functionsHiltjo Posthuma7+35-35
2018-10-27 17:13whoops, fix regression in opening "database"Hiltjo Posthuma1+1-1
2018-10-27 16:37many improvementsHiltjo Posthuma17+144-610
2018-10-25 10:41fix some undefined behaviour with ctype functionsHiltjo Posthuma1+16-15
2018-09-29 11:15improve MakefileHiltjo Posthuma1+77-28
2018-09-29 11:14define PACKAGE macro in C fileHiltjo Posthuma1+2-0
2018-09-29 10:52remove unused code, leftover -f flag documentationHiltjo Posthuma7+2-91
2018-09-29 10:49dbg: simplify verbose functionHiltjo Posthuma1+3-8
2018-09-23 12:39config.h: disable pledge for non-OpenBSDHiltjo Posthuma1+5-0
2018-09-23 12:37Makefile: order dependencies, remove unneeded [ -d ] checkHiltjo Posthuma1+3-3
2018-09-23 12:36improve code-styleHiltjo Posthuma7+1531-1663
2018-09-23 12:29bmf.c: improve some code-styleHiltjo Posthuma1+250-282
2018-09-23 12:19update TODOHiltjo Posthuma1+9-6
2018-09-22 18:05remove -i and -f from usageHiltjo Posthuma1+0-2
2018-09-22 16:51Makefile: install in /usr/localHiltjo Posthuma1+2-4
2018-09-22 16:49pledge test mode, no need to reopen goodlist and spamlist for each message in test modeHiltjo Posthuma2+52-16
2018-09-22 16:27tweak pledgeHiltjo Posthuma1+2-2
2018-09-22 16:27remove code leftover from -i optionHiltjo Posthuma1+0-17
2018-09-22 16:12remove NDEBUG codeHiltjo Posthuma3+2-281
2018-09-22 16:05small cleanup, remove DB_USER, DB_PASSHiltjo Posthuma2+7-10
2018-09-22 15:57changesHiltjo Posthuma15+60-2004
2018-09-22 15:49add patches from OpenBSD portHiltjo Posthuma2+20-1
2018-09-22 15:46import bmf 0.9.4Hiltjo Posthuma31+5898-0