[Rspamd-Users] Fuzzy local

Rick Gutierrez xserverlinux at gmail.com
Fri Jul 4 19:34:29 UTC 2025


Hi list, I have some problems and I need a little help, I want to enable
Fuzzy locally, I followed the official documentation and enabled the
module, but when I reload the web UI I don't see Fuzzy enabled locally,
only the one from rspamd.com



> rspamadm configdump fuzzy_check


*** Section fuzzy_check ***
min_bytes = 1000;
timeout = 2.0;
retransmits = 1;
rule {
    rspamd.com {
        algorithm = "mumhash";
        servers = "round-robin:fuzzy1.rspamd.com:11335,
fuzzy2.rspamd.com:11335";
        encryption_key =
"icy63itbhhni8bq15ntp5n5symuixf73s1kpjh6skaq4e7nx5fiy";
        symbol = "FUZZY_UNKNOWN";
        mime_types [
            "*",
        ]
        max_score = 20.0;
        read_only = true;
        skip_unknown = true;
        short_text_direct_hash = true;
        min_length = 64;
        fuzzy_map {
            FUZZY_DENIED {
                max_score = 20.0;
                flag = 1;
            }
            FUZZY_PROB {
                max_score = 10.0;
                flag = 2;
            }
            FUZZY_WHITE {
                max_score = 2.0;
                flag = 3;
            }
        }
    }
    local {
        enabled = true;
        algorithm = "mumhash";
        servers = "127.0.0.1:11335";
        symbol = "LOCAL_FUZZY_UNKNOWN";
        mime_types [
            "*",
        ]
        max_score = 20.0;
        read_only = false;
        skip_unknown = true;
        short_text_direct_hash = true;
        fuzzy_map {
            LOCAL_FUZZY_DENIED {
                max_score = 20.0;
                flag = 11;
            }
            LOCAL_FUZZY_PROB {
                max_score = 10.0;
                flag = 12;
            }
            LOCAL_FUZZY_WHITE {
                max_score = 2.0;
                flag = 13;
            }
        }
    }
}

*** End of section fuzzy_check ***

--- log fuzzy

2025-07-04 12:01:29 #16265(fuzzy) fuzzy_peer_rep: got peer fd reply from
the main process
2025-07-04 12:01:29 #16265(fuzzy) fuzzy_peer_rep: start listening on
[::]:11335
2025-07-04 12:01:29 #16266(fuzzy) fuzzy_peer_rep: got peer fd reply from
the main process
2025-07-04 12:01:29 #16265(fuzzy) fuzzy_peer_rep: start listening on
0.0.0.0:11335
2025-07-04 12:01:29 #16266(fuzzy) fuzzy_peer_rep: start listening on
[::]:11335
2025-07-04 12:01:29 #16266(fuzzy) fuzzy_peer_rep: start listening on
0.0.0.0:11335
2025-07-04 12:01:29 #16264(fuzzy) fuzzy_peer_rep: got peer fd reply from
the main process

I remain attentive to any questions, in case I have omitted something?

regards!

-- 
rickygm

http://gnuforever.homelinux.com


More information about the Users mailing list