diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-06 16:35:57 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-06 16:35:57 +0100 |
commit | a8e5e53c38ec2289c240008bf918ec086ec7a08a (patch) | |
tree | 3cd6148c92d8be9cafc0cb57e9e85837839de78d /src/plugins/fuzzy_check.c | |
parent | 573f8cd97a5f24949977b856b0108844b5bacf88 (diff) | |
download | rspamd-a8e5e53c38ec2289c240008bf918ec086ec7a08a.tar.gz rspamd-a8e5e53c38ec2289c240008bf918ec086ec7a08a.zip |
[Feature] Split message parsing and processing
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 0873d3c7a..c4318777f 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -3019,6 +3019,8 @@ fuzzy_process_handler (struct rspamd_http_connection_entry *conn_ent, "Message processing error"); return; } + + rspamd_message_process (task); } PTR_ARRAY_FOREACH (fuzzy_module_ctx->fuzzy_rules, i, rule) { |