summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-02 15:04:14 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-02 15:04:14 +0100
commitb76c94aca2a5df9ae6b5ef8c459411e37f749cbe (patch)
treef43755a3a2af99b6890df11a1642e6e5d6ae8800 /src
parent47cd6e7c3bf3224e47470998d90366370df86150 (diff)
downloadrspamd-b76c94aca2a5df9ae6b5ef8c459411e37f749cbe.tar.gz
rspamd-b76c94aca2a5df9ae6b5ef8c459411e37f749cbe.zip
Allow learning HAM.
Diffstat (limited to 'src')
-rw-r--r--src/controller.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*