From 80d1d00d44654516875b937bc0ce7931dc3e407c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 13 May 2011 16:32:02 +0400 Subject: * Add blacklist to json settings --- src/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 43b70c2f0..6ac96cf7a 100644 --- a/src/settings.h +++ b/src/settings.h @@ -10,6 +10,7 @@ struct rspamd_settings { GHashTable *metric_actions; /**< hash table of metric actions for this setting */ GHashTable *factors; /**< hash table of new factors for this setting */ GHashTable *whitelist; /**< hash table of whitelist for this setting */ + GHashTable *blacklist; /**< hash table of whitelist for this setting */ gchar *statfile_alias; /**< alias for statfile used */ gboolean want_spam; /**< if true disable rspamd checks */ }; -- cgit v1.2.3