summaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-13 20:54:13 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-13 20:54:13 +0400
commita8cdd33ac7ee59e195dca03a395c264877ee5168 (patch)
tree077413b678005aad4f66dbeae82a982cb71ce75f /src/cfg_file.l
parent74b38eb87d0ee6e401e06d8c604d55be2d93a1b2 (diff)
downloadrspamd-a8cdd33ac7ee59e195dca03a395c264877ee5168.tar.gz
rspamd-a8cdd33ac7ee59e195dca03a395c264877ee5168.zip
* Rework the whole filters system
* Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working!
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index 0cf635f7e..06e1a33e7 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -52,10 +52,7 @@ protocol return PROTOCOL;
memcached return MEMCACHED;
servers return SERVERS;
require return REQUIRE;
-header_filters return HEADER_FILTERS;
-mime_filters return MIME_FILTERS;
-message_filters return MESSAGE_FILTERS;
-url_filters return URL_FILTERS;
+filters return FILTERS;
factors return FACTORS;
metric return METRIC;
name return NAME;