[Rspamd] Remove DKIM forced action, move ratelimit lua, add meta exporter
This commit is contained in:
@@ -7,8 +7,7 @@ classifier "bayes" {
|
||||
servers = "redis:6379";
|
||||
min_tokens = 11;
|
||||
min_learns = 20;
|
||||
autolearn = true;
|
||||
|
||||
autolearn = [-20, 50];
|
||||
per_user = <<EOD
|
||||
return function(task)
|
||||
local rcpt = task:get_recipients(1)
|
||||
|
Reference in New Issue
Block a user