]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Feature] rspamadm: add fuzzy_hash command 6150/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 24 Jul 2026 17:29:11 +0000 (18:29 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 24 Jul 2026 17:29:11 +0000 (18:29 +0100)
commit90b27228e400df48a67d796f6b4943fd37bb6a1e
tree86a3a5f8c94da428891d7ee9462a4c7bc49a0931
parentcae30bbf6b54ce7c851134981b226412fffec8e2
[Feature] rspamadm: add fuzzy_hash command

rspamadm fuzzy_hash computes the fuzzy hashes of a message per
configured rule (matching the scanner tokenization bit for bit),
optionally checks them against the storage with shingles included
(-C), and queries storages for explicit hex digests (-H), printing
found/queried digests, probability, flag, timestamp and whether the
storage confirmed the matched digest.
lualib/rspamadm/fuzzy_hash.lua [new file with mode: 0644]