[Rspamd] Remove DKIM forced action, move ratelimit lua, add meta exporter

This commit is contained in:
andre.peters
2017-12-09 09:08:18 +01:00
parent c8f41cdae2
commit 873222d5f8
13 changed files with 172 additions and 23 deletions

View File

@@ -1,4 +1,8 @@
MX_IMPLICIT {
expression = "MX_GOOD and MX_MISSING";
score = -0.01;
expression = "MX_GOOD and MX_MISSING";
score = -0.01;
}
VIRUS_FOUND {
expression = "CLAM_VIRUS & !MAILCOW_WHITE";
score = 2000;
}