]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix setting DKIM symbol weight 979/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 26 Sep 2016 12:03:15 +0000 (14:03 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 26 Sep 2016 12:03:15 +0000 (14:03 +0200)
src/plugins/dkim_check.c

index 9911a8291e3a6486737ac1b2009adde9da3e5c29..6742fd0efb1054301fb2e9a1c1f9907fe74768fa 100644 (file)
@@ -625,7 +625,7 @@ dkim_module_check (struct dkim_check_result *res)
                                                rspamd_dkim_get_domain (cur->ctx)));
                                rspamd_task_insert_result (cur->task,
                                                symbol,
-                                               1.0,
+                                               symbol_weight,
                                                messages);
                        }
                }