# git **Repository Path**: mirrors_community_code_sf/git ## Basic Information - **Project Name**: git - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Bogofilter -- fast Bayesian spam filtering Summary: 0. Important 1. What is Bogofilter? 2. Documentation 3. Installing Bogofilter 4. How to contribute 5. How to request features 6. Building & Installing Bogofilter from Source Tarball or Git a. Downloading b. Building & Installing c. Configuring d. Changing Bogofilter 7. License 0. IMPORTANT ------------ If you are updating a database driver from one major release version (of the database) to the next, you may need to dump all your wordlist databases *before* the upgrade of the database library and then re-load them after the database version upgrade. The bogoutil utility can dump and load databases, so you can: FOR EACH wordlist (replace .db by the DB-specific suffix, f.i. .lmdb!) bogoutil -d path/to/wordlist.db >path/to/wordlist.txt THEN upgrade your database library and reinstall bogofilter (or install bogofilter with an entirely different database) THEN FOR EACH wordlist (again, replace the suffix): bogoutil -l path/to/wordlist.db