update TODO - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d4c3810c7f1e6030166288e0e30224c17dfd5ba5 | |
parent 79f641da0818fd7a43a970ad425e16300f4e6572 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 23 Sep 2018 14:19:58 +0200 | |
update TODO | |
Diffstat: | |
M TODO | 15 +++++++++------ | |
1 file changed, 9 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -1,11 +1,14 @@ | |
+x in test mode (-t) reduce privileges (only stdio). | |
+- pledge(2) better: mode_normal. | |
? optimize: reduce loading/writing of goodlist, spamlist table? | |
-- optimize: preload goodlist spamlist somehow. | |
-- in test mode (-t) reduce privileges (only stdio). | |
+=== | |
+ | |
+? optimize: preload goodlist spamlist somehow. | |
=== | |
-* Make extrema size configurable, and default to ~5% of tokens. | |
-* Teach lexer about multiline MIME headers and case (in)sensitivity. | |
-* Teach lexer about MIME quoted-printable and base64 encodings. | |
-* Make a pop3 proxy (?) | |
+From old TODO: | |
+? Make extrema size configurable, and default to ~5% of tokens. | |
+? Teach lexer about multiline MIME headers and case (in)sensitivity. | |
+? Teach lexer about MIME quoted-printable and base64 encodings. |