[Rspamd-Users] Enable Rspamd Fuzzy Worker

Emanuel Gonzalez emanuel_gonzalez at live.com.ar
Mon Jul 8 14:09:04 UTC 2019


Hi everyone, i try to enable the worker fuzzy, but not work. In /etc/rspamd/override.d y copy the rspamd.conf file, with:

worker "fuzzy" {
   bind_socket = "localhost:11335";
   .include "$CONFDIR/worker-fuzzy.inc"
   .include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-fuzzy.inc"
   .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-fuzzy.inc"
}


I restart the service, but in the rspamd message i see this:

2019-07-08 11:04:29 #18703(main) <5q9nj1>; cfg; fuzzy_check_module_config: init internal fuzzy_check module, 2 rules loaded
2019-07-08 11:04:29 #18703(main) <5q9nj1>; cfg; rspamd_config_is_module_enabled: lua module fuzzy_collect is enabled but has not been configured
2019-07-08 11:04:29 #18703(main) <5q9nj1>; cfg; rspamd_config_is_module_enabled: fuzzy_collect disabling unconfigured lua module
2019-07-08 11:04:29 #18703(main) <fc3497>; main; spawn_workers: worker of type fuzzy(localhost:11335) is disabled in the config, skip spawning

I have also tried with the parameter

enabled = true;

enabled (1.6.2+) - a Boolean (true or false), enable or disable a worker (true by default)

Any ideas?

Regards,


More information about the Users mailing list