[Rspamd-Users] How to prevent e-mail from being scored as FUZZY_DENIED

Andrew Lewis rspamd-users at judo.za.org
Wed May 14 12:18:53 UTC 2025


Hi Andreas,

On Wed, 2025-05-14 at 13:35 +0200, Andreas Wass - Glas Gasperlmair via
Users wrote:
> FUZZY_DENIED (10.514323) [1:0dc044192a:1.00:txt]

You will find a long hash beginning with 0dc044192a in the logs. You
can do two things with that:

1) Report it at https://bl.rspamd.com such that it will be removed

2) Whitelist the hash locally for immediate relief

~~~
# local.d/fuzzy_check.conf
rule "rspamd.com" {
  skip_hashes = "/etc/rspamd/fuzzy_skip_hashes.map";
}
~~~

~~~
# fuzzy_skip_hashes.map
0dc044192a...
~~~

Best,
-AL.


More information about the Users mailing list