diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-02-22 17:36:34 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-02-22 17:36:34 +0300 |
commit | cb34e117a397a6d27734cf3564001bfec97ec0ea (patch) | |
tree | cca31c7d6dff37904ab2164e761b13c054a65cd7 /src/cfg_file.h | |
parent | 5492467747da01e72fe8b9e80ebee28121c68dc6 (diff) | |
download | rspamd-cb34e117a397a6d27734cf3564001bfec97ec0ea.tar.gz rspamd-cb34e117a397a6d27734cf3564001bfec97ec0ea.zip |
* Add options section into config to organize options
* Add one_shot option for avoiding inserting several results from one rule
Fix parsing of headers with \t symbol [1]
Reported by: Victor Ustugov [1]
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 09eea3976..3a9a7d12e 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -253,6 +253,7 @@ struct config_file { gboolean no_fork; /**< if 1 do not call daemon() */ gboolean config_test; /**< if TRUE do only config file test */ gboolean raw_mode; /**< work in raw mode instead of utf one */ + gboolean one_shot_mode; /**< rules add only one symbol */ gboolean check_text_attachements; /**< check text attachements as text */ gboolean convert_config; /**< convert config to XML format */ |