aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-05-13 16:32:02 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-05-13 16:32:02 +0400
commit80d1d00d44654516875b937bc0ce7931dc3e407c (patch)
treeb5295161bef7bb2d09a26687916745764c551428 /src/settings.h
parentd99a26fd10126bfa72510413d599f5fd6a0e5b3c (diff)
downloadrspamd-80d1d00d44654516875b937bc0ce7931dc3e407c.tar.gz
rspamd-80d1d00d44654516875b937bc0ce7931dc3e407c.zip
* Add blacklist to json settings
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
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 */
};