diff options
Diffstat (limited to 'src/client/rspamc.c')
-rw-r--r-- | src/client/rspamc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 419b3c6fb..e526850c4 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; |