diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-05-13 16:32:02 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-05-13 16:32:02 +0400 |
commit | 80d1d00d44654516875b937bc0ce7931dc3e407c (patch) | |
tree | b5295161bef7bb2d09a26687916745764c551428 /src/settings.h | |
parent | d99a26fd10126bfa72510413d599f5fd6a0e5b3c (diff) | |
download | rspamd-80d1d00d44654516875b937bc0ce7931dc3e407c.tar.gz rspamd-80d1d00d44654516875b937bc0ce7931dc3e407c.zip |
* Add blacklist to json settings
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 1 |
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 */ }; |