Merged
Conversation
…on/protocol docs - changelogs/4.0.0.md: full release notes covering 9 breaking changes, 18 new features (checkv3, built-in fasttext, multi-flag fuzzy, ring hash, HTML phishing detection, HTTPS server, multiclass Bayes, etc.), and bug fixes - docs/tutorials/migration.md: Migration to Rspamd 4.0.0 section covering all incompatible changes with step-by-step instructions (Bayes resharding, content URLs default, SSL worker option removal, proxy LB change, etc.) - docs/tutorials/integration.md: fix double-scan bug in Exim milter-headers ACL example; provide a complete unified ACL (scan once, parse X-Milter-Add/Del, guard empty vars, apply actions and headers); add global config preamble - docs/modules/milter_headers.md: mention Exim 4.0+ support in module intro - docs/workers/rspamd_proxy.md: document token bucket load balancing (new default in 4.0) with config options and section - docs/developers/protocol.md: update outdated "SSL server-side not available" statement; link to new native HTTPS support docs
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
changelogs/4.0.0.md): full 4.0.0 changelog covering 9 breaking changes, 18 new features (checkv3, built-in fasttext, multi-flag fuzzy, ring hash consistent hashing, HTML phishing detection, native HTTPS, multiclass Bayes, and more), and critical bug fixesdocs/tutorials/migration.md): new Migration to Rspamd 4.0.0 section with step-by-step instructions for all incompatible changes (Bayes resharding tool, SSL worker config, proxy LB default, SenderScore, suspicious TLD map, neural option renames, libfasttext removal)docs/tutorials/integration.md): fixed a double-scan bug in the milter-headers ACL snippet; replaced with a complete, correct unified ACLdocs/modules/milter_headers.md): added Exim 4.0+ to the list of supported integrationsdocs/workers/rspamd_proxy.md): documented token bucket load balancing (new default in 4.0) with configuration referencedocs/developers/protocol.md): updated outdated claim that SSL server-side is unavailable; linked to native HTTPS docsNotes
Merge once 4.0.0 is publicly released. No other changes are included in the branch.