diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-24 16:37:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-24 16:37:20 +0100 |
commit | 9895522edd7178259bcee4877ae9662c5f8f5d54 (patch) | |
tree | 49d927447ee4e56356664bd9d46f7320a8e75ee1 /src/plugins/fuzzy_check.c | |
parent | 796e1c90d649f2d744d6f95700bb31e0e524c984 (diff) | |
download | rspamd-9895522edd7178259bcee4877ae9662c5f8f5d54.tar.gz rspamd-9895522edd7178259bcee4877ae9662c5f8f5d54.zip |
[Fix] Add missing groups to C callback symbols
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 75df2a645..566c8e93d 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -1053,6 +1053,14 @@ fuzzy_check_module_config (struct rspamd_config *cfg) "FUZZY_CALLBACK", 0, fuzzy_symbol_callback, NULL, SYMBOL_TYPE_CALLBACK | SYMBOL_TYPE_FINE, -1); + rspamd_config_add_symbol (cfg, + "FUZZY_CALLBACK", + 0.0, + "Fuzzy check callback", + "fuzzy", + RSPAMD_SYMBOL_FLAG_IGNORE, + 1, + 1); /* * Here we can have 2 possibilities: |