diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-08 15:44:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-08 15:44:36 +0000 |
commit | 66005f3fa335c9f9acc37a7315ec5ab5d3abde66 (patch) | |
tree | 658ee4eba23793133b6cfc137282613feb28479b /src/plugins/spf.c | |
parent | e69038f5a663de4f1815796a5cb74d752d78a2a8 (diff) | |
download | rspamd-66005f3fa335c9f9acc37a7315ec5ab5d3abde66.tar.gz rspamd-66005f3fa335c9f9acc37a7315ec5ab5d3abde66.zip |
[Feature] Allow to disable symbols from the metric config
Diffstat (limited to 'src/plugins/spf.c')
-rw-r--r-- | src/plugins/spf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/spf.c b/src/plugins/spf.c index 3c02eafbe..6f120786c 100644 --- a/src/plugins/spf.c +++ b/src/plugins/spf.c @@ -349,7 +349,7 @@ spf_module_config (struct rspamd_config *cfg) 0.0, "SPF check callback", "policies", - RSPAMD_SYMBOL_FLAG_IGNORE, + RSPAMD_SYMBOL_FLAG_IGNORE_METRIC, 1, 1); rspamd_config_add_symbol_group (cfg, "SPF_CHECK", "spf"); |