diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-01-16 17:02:26 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-01-16 17:02:26 +0300 |
commit | fe5ad5874aad220fb12a259e607f89ce5fae7465 (patch) | |
tree | e22215da4087e82926bf3797469a4e00914e8c1e /src/filter.c | |
parent | d0681272065a04de5e8249b782ac7f9efa938555 (diff) | |
download | rspamd-fe5ad5874aad220fb12a259e607f89ce5fae7465.tar.gz rspamd-fe5ad5874aad220fb12a259e607f89ce5fae7465.zip |
* Add simple utility for sending mail to rspamd
* Fix some errors in freeing message object
Diffstat (limited to 'src/filter.c')
-rw-r--r-- | src/filter.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |