From a9db710c65721b373b9351a677b22cfab8a58215 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 1 May 2014 14:31:09 +0100 Subject: [PATCH] Do not add weight if not requested. --- src/client/rspamc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 419b3c6fbd..e526850c4e 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -42,8 +42,8 @@ static gchar *helo = NULL; static gchar *hostname = NULL; static gchar *classifier = "bayes"; static gchar *local_addr = NULL; -static gint weight = 1; -static gint flag; +static gint weight = 0; +static gint flag = 0; static gint max_requests = 1024; static gdouble timeout = 5.0; static gboolean pass_all; -- 2.47.3