diff options
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 aad42d88c..fa73643f0 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -82,6 +82,7 @@ struct rspamd_regexp { GRegex *regexp; /**< glib regexp structure */ 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 */ }; /** |