Description
This release introduces bandwidth optimization for Bayes training and fixes a regression in the fuzzy hash delisting context menu.
New Features
- Strip non-text MIME bodies for Bayes training: Added an option to reduce bandwidth when training the Bayes classifier by stripping bodies of non-text MIME parts (images, PDFs, archives, etc.). Parts with encoded body ≤ 4 KB are kept intact to preserve the exact Bayes token; larger parts are replaced with a one-byte stub so that at least a
#ps:0token is emitted for the classifier inclusion threshold. Part headers (filenames, MIME types) are preserved for metadata tokens. Enabled by default.
Bug Fixes
- Fix fuzzy hash delisting context menu: Handle
openFuzzyDelistMenuitemin popup command switch.