From fe5ad5874aad220fb12a259e607f89ce5fae7465 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 16 Jan 2009 17:02:26 +0300 Subject: * Add simple utility for sending mail to rspamd * Fix some errors in freeing message object --- src/filter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/filter.c') diff --git a/src/filter.c b/src/filter.c index 290769c54..443784ad6 100644 --- a/src/filter.c +++ b/src/filter.c @@ -381,6 +381,8 @@ statfiles_callback (gpointer key, gpointer value, void *arg) } weight = st->classifier->classify_func (task->worker->srv->statfile_pool, filename, tokens); + + msg_debug ("process_statfiles: got classify weight: %.2f", weight); if (weight > 0.000001) { if ((w = g_hash_table_lookup (data->metrics, st->metric)) == NULL) { -- cgit v1.2.3