diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-02 15:04:14 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-02 15:04:14 +0100 |
commit | b76c94aca2a5df9ae6b5ef8c459411e37f749cbe (patch) | |
tree | f43755a3a2af99b6890df11a1642e6e5d6ae8800 /src | |
parent | 47cd6e7c3bf3224e47470998d90366370df86150 (diff) | |
download | rspamd-b76c94aca2a5df9ae6b5ef8c459411e37f749cbe.tar.gz rspamd-b76c94aca2a5df9ae6b5ef8c459411e37f749cbe.zip |
Allow learning HAM.
Diffstat (limited to 'src')
-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); } /* |