diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-14 17:09:49 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-14 17:09:49 +0400 |
commit | 5f5254ff214fd77a6fdc8cce9269c29837fd162a (patch) | |
tree | 3a983e534528a76585baebdbf89cab2a245d0a97 /src/cfg_file.l | |
parent | a8cdd33ac7ee59e195dca03a395c264877ee5168 (diff) | |
download | rspamd-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.l | 1 |
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; |