diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-08 18:25:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-08 18:25:55 +0100 |
commit | 6018bc54a01bc5940198aca55f31b59b7638a0a7 (patch) | |
tree | 3763ffab3ee67da36a627166a08447e2359015db | |
parent | c087234efccdf5d613ffe94f2ba6b1ddbbdf836f (diff) | |
download | rspamd-6018bc54a01bc5940198aca55f31b59b7638a0a7.tar.gz rspamd-6018bc54a01bc5940198aca55f31b59b7638a0a7.zip |
Remove deprecated options from the default config.
-rw-r--r-- | conf/workers.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/workers.conf b/conf/workers.conf index 4e958db5f..681d71058 100644 --- a/conf/workers.conf +++ b/conf/workers.conf @@ -3,8 +3,6 @@ worker { type = "normal"; bind_socket = "*:11333"; - http = false; - allow_learn = true; mime = true; } worker { |