From e5d0c7f8f6cda246eddfcab82b056650be753fe7 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 30 Mar 2012 20:54:18 +0400 Subject: * Implement pre-filters that realizes concepts to check mail by some absolute values like: - greylisting - DNS BL/WL - ratelimits --- src/cfg_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cfg_file.h') diff --git a/src/cfg_file.h b/src/cfg_file.h index 203558e9a..c4e820997 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -312,6 +312,7 @@ struct config_file { GHashTable *classifiers_symbols; /**< hashtable indexed by symbol name of classifiers */ GHashTable* cfg_params; /**< all cfg params indexed by its name in this structure */ GList *views; /**< views */ + GList *pre_filters; /**< list of pre-processing lua filters */ GList *post_filters; /**< list of post-processing lua filters */ GHashTable* domain_settings; /**< settings per-domains */ GHashTable* user_settings; /**< settings per-user */ -- cgit v1.2.3