aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-02-22 17:36:34 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-02-22 17:36:34 +0300
commitcb34e117a397a6d27734cf3564001bfec97ec0ea (patch)
treecca31c7d6dff37904ab2164e761b13c054a65cd7 /src/cfg_xml.h
parent5492467747da01e72fe8b9e80ebee28121c68dc6 (diff)
downloadrspamd-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_xml.h')
-rw-r--r--src/cfg_xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_xml.h b/src/cfg_xml.h
index 2abdf650b..cd6f2eff4 100644
--- a/src/cfg_xml.h
+++ b/src/cfg_xml.h
@@ -23,6 +23,7 @@ enum xml_read_state {
XML_READ_WORKER,
XML_READ_VIEW,
XML_READ_LOGGING,
+ XML_READ_OPTIONS,
XML_READ_VALUE,
XML_SKIP_ELEMENTS,
XML_ERROR,