aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-10-26 21:38:03 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-10-26 21:38:03 +0400
commit81fd72379a9b16aac7905d59bf76acfdd2f4e03e (patch)
tree2f01a0268d58da15fa1814f5a2ddd78baa06f6b5 /src/cfg_file.h
parent67e60b72919e9c33b25da7088a92c03d591ecf3f (diff)
downloadrspamd-81fd72379a9b16aac7905d59bf76acfdd2f4e03e.tar.gz
rspamd-81fd72379a9b16aac7905d59bf76acfdd2f4e03e.zip
Add add_header action to smtp proxy.
In raw mode scan stripped html parts when regexp are not 'raw'.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index ddc78b150..9045d3a7a 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -83,6 +83,7 @@ struct rspamd_regexp {
GRegex *raw_regexp; /**< glib regexp structure for raw matching */
gchar *header; /**< header name for header regexps */
gboolean is_test; /**< true if this expression must be tested */
+ gboolean is_raw; /**< true if this regexp is done by raw matching */
};
/**