diff options
-rw-r--r-- | src/controller.c | 2 |
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); } /* |