diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-13 14:11:31 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-13 14:11:31 +0300 |
commit | 89f264624c1c846c995c22a8390b7e79f09ef960 (patch) | |
tree | c3a22a993c411510030930e88fff5b86890d5e24 /src/cfg_file.l | |
parent | 9a0362647374be48a29887d0571b8a665877be6b (diff) | |
download | rspamd-89f264624c1c846c995c22a8390b7e79f09ef960.tar.gz rspamd-89f264624c1c846c995c22a8390b7e79f09ef960.zip |
* Add ability to configure sections in statfiles
* Add ability to define variables in modules blocks
* Add symbolic aliases for statfile sections
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 7216cda7e..ac2624155 100644 --- a/src/cfg_file.l +++ b/src/cfg_file.l @@ -59,6 +59,7 @@ weight return WEIGHT; size return SIZE; tokenizer return TOKENIZER; classifier return CLASSIFIER; +section return SECTION; logging return LOGGING; |