Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

short technical explanation about fuzzy hashes #550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/fuzzy_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Fuzzy hashes are used to search for similar messages – i.e. you can find messa

Furthermore, fuzzy hashes are used not merely for textual data but also for images and other attachments types in email messages. However, in this case, rspamd looks for the exact matches to find similar objects.

_Fuzzy hashes is a short term for context triggered piecewise hashes (CTPH). Fuzzy hashes can match inputs that have homologues. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length._

This article is intended for mail system administrators who wish to create and maintain their own hash storage.

## Step 1: Hash sources selection
Expand Down