algorithm = "mumhash";
servers = "round-robin:fuzzy1.rspamd.com:11335,fuzzy2.rspamd.com:11335";
encryption_key = "icy63itbhhni8bq15ntp5n5symuixf73s1kpjh6skaq4e7nx5fiy";
- use_tcp = true;
+ tcp = true;
symbol = "FUZZY_UNKNOWN";
mime_types = ["*"];
max_score = 20.0;
# Module documentation: https://rspamd.com/doc/workers/fuzzy_storage.html
backend = "redis";
-use_tcp = true;
# For sqlite stuff
#backend = "sqlite";
rule "rspamd-integration" {
algorithm = "mumhash";
servers = "rspamd:50003";
- use_tcp = true;
+ tcp = true;
# Encryption settings
encryption_key = "{= env.FUZZY_ENCRYPTION_KEY =}";
#Fuzzy storage worker configuration
bind_socket = "*:50003";
-use_tcp = true;
count = 1;
backend = "redis";
hashfile = "/var/lib/rspamd/fuzzy.db";