aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-14 17:09:49 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-14 17:09:49 +0400
commit5f5254ff214fd77a6fdc8cce9269c29837fd162a (patch)
tree3a983e534528a76585baebdbf89cab2a245d0a97 /src/cfg_file.l
parenta8cdd33ac7ee59e195dca03a395c264877ee5168 (diff)
downloadrspamd-5f5254ff214fd77a6fdc8cce9269c29837fd162a.tar.gz
rspamd-5f5254ff214fd77a6fdc8cce9269c29837fd162a.zip
* Fix symbol planning, add cache_file directive to config file
* Fix some errors
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index 06e1a33e7..7f2931ccc 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -58,6 +58,7 @@ metric return METRIC;
name return NAME;
required_score return REQUIRED_SCORE;
function return FUNCTION;
+cache_file return CACHE_FILE;
control return CONTROL;
password return PASSWORD;
lmtp return LMTP;