diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-27 16:12:27 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-18 15:07:59 +0000 |
commit | 1d3d68ae64048d4049f8f5cbe4aaea0ca8b134d8 (patch) | |
tree | ed086959dbc02f956bb8ad442c1639791d4cc3b4 /CMakeLists.txt | |
parent | 92232ea2d6f110a39b846759ba8a0f8e82a48c3f (diff) | |
download | rspamd-1d3d68ae64048d4049f8f5cbe4aaea0ca8b134d8.tar.gz rspamd-1d3d68ae64048d4049f8f5cbe4aaea0ca8b134d8.zip |
Rework resolver library.
Conflicts:
src/dns.c
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d962997ba..e85e1febb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -885,7 +885,6 @@ SET(RSPAMDSRC src/modules.c src/lua_worker.c src/main.c src/map.c - src/smtp.c src/smtp_proxy.c src/webui.c src/worker.c) @@ -898,7 +897,7 @@ SET(PLUGINSSRC src/plugins/surbl.c src/plugins/dkim_check.c) SET(MODULES_LIST surbl regexp chartable fuzzy_check spf dkim) -SET(WORKERS_LIST normal controller smtp smtp_proxy fuzzy lua webui) +SET(WORKERS_LIST normal controller smtp_proxy fuzzy lua webui) AddModules(MODULES_LIST WORKERS_LIST) |