[Rspamd-Users] Neural module not working

azurit at pobox.sk azurit at pobox.sk
Mon Nov 5 10:44:47 UTC 2018


Hi,

i'm having problems enabling neural module:
Debian 9
rspamd 1.8.1-1~stretch from rspamd.com

rspamd is not learning anything and i don't see anything related to  
neural in the logs, i'm even not sure if module is really enabled (how  
can i find this out?). I'm running it for about a month. Any hints?


# cat /etc/rspamd/local.d/neural.conf
enabled = true;



# cat /etc/rspamd/local.d/neural_group.conf
symbols = {
   "NEURAL_SPAM" {
     weight = 3.0; # sample weight
     description = "Neural network spam";
   }
   "NEURAL_HAM" {
     weight = -3.0; # sample weight
     description = "Neural network ham";
   }
}




# cat /etc/rspamd/local.d/redis.conf
servers = "127.0.0.1";





# rspamadm  lua
LuaJIT 2.1.0-beta3> rspamd_config:has_torch()
true






azur




More information about the Users mailing list