From a5ee78901c81c00a863c06c4176458a1b506dcfe Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 7 Oct 2014 18:04:38 +0100 Subject: [PATCH] Process fuzzy weight correctly. --- src/plugins/fuzzy_check.c | 2 +- src/rdns | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 5a53695ee..7bbdc0a3b 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -1199,7 +1199,7 @@ fuzzy_controller_handler (struct rspamd_http_connection_entry *conn_ent, gint value = 1, flag = 0; /* Get size */ - arg = rspamd_http_message_find_header (msg, "Value"); + arg = rspamd_http_message_find_header (msg, "Weight"); if (arg) { errno = 0; value = strtol (arg, &err_str, 10); diff --git a/src/rdns b/src/rdns index a21b4c0af..8d80ac78c 160000 --- a/src/rdns +++ b/src/rdns @@ -1 +1 @@ -Subproject commit a21b4c0afc2c4bd7a2a16fbd6ba05033c926f6c2 +Subproject commit 8d80ac78cf6436c077804dd0972866a5bd55732f -- 2.39.5