Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.
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