From: Vsevolod Stakhov Date: Tue, 7 Oct 2014 17:04:38 +0000 (+0100) Subject: Process fuzzy weight correctly. X-Git-Tag: 0.7.2~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5ee78901c81c00a863c06c4176458a1b506dcfe;p=rspamd.git Process fuzzy weight correctly. --- 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