From b76c94aca2a5df9ae6b5ef8c459411e37f749cbe Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 2 Sep 2014 15:04:14 +0100 Subject: [PATCH] Allow learning HAM. --- src/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.c b/src/controller.c index 893071d72..e687ae201 100644 --- a/src/controller.c +++ b/src/controller.c @@ -989,7 +989,7 @@ rspamd_controller_handle_learnham ( struct rspamd_http_connection_entry *conn_ent, struct rspamd_http_message *msg) { - return rspamd_controller_handle_learn_common (conn_ent, msg, TRUE); + return rspamd_controller_handle_learn_common (conn_ent, msg, FALSE); } /* -- 2.39.5