aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-12 16:32:50 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-12 16:32:50 +0100
commitf81ead4f644e6cb0798c9def14e7fead718f89bc (patch)
tree04aa4e339e4c51b4883d98d9a78010d30d17104a /src/libserver/cfg_file.h
parent34f986ee9297a7c0aa7515e7be8d326142e32ca7 (diff)
downloadrspamd-f81ead4f644e6cb0798c9def14e7fead718f89bc.tar.gz
rspamd-f81ead4f644e6cb0798c9def14e7fead718f89bc.zip
[Rework] Rework pre and postfilters system
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 86aad5117..9e946bfca 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -343,8 +343,6 @@ struct rspamd_config {
GList *statfiles; /**< list of all statfiles in config file order */
GHashTable *classifiers_symbols; /**< hashtable indexed by symbol name of classifiers */
GHashTable * cfg_params; /**< all cfg params indexed by its name in this structure */
- GList *pre_filters; /**< list of pre-processing lua filters */
- GList *post_filters; /**< list of post-processing lua filters */
gchar *dynamic_conf; /**< path to dynamic configuration */
ucl_object_t *current_dynamic_conf; /**< currently loaded dynamic configuration */
GHashTable * domain_settings; /**< settings per-domains */