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

Florian Piekert floppy at floppy.org
Thu May 15 05:15:12 UTC 2025


Hello all,

to point (to maybe the obvious), did you whitelist-HAM-Learn it for fuzzy as well?

    rspamc -v -S LOCAL_FUZZY_WHITE -w 20 fuzzy_add <filename/directory>

Best regards,
Florian


Am 14.05.2025 um 15:18 schrieb Andreas Wass - Glas Gasperlmair via Users:
> Hi Andrew,
> 
> thank you for answering. First I'll try "1) Report it at https://bl.rspamd.com such that it will be removed" and see what's happening in future.
> 
> br
> Andreas
> 
> 
> Am 14.05.2025 um 14:18 schrieb Andrew Lewis via Users:
>> 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...
>> ~~~


More information about the Users mailing list