diff options
author | cebka@lenovo-laptop <cebka@lenovo-laptop> | 2009-12-30 15:54:48 +0300 |
---|---|---|
committer | cebka@lenovo-laptop <cebka@lenovo-laptop> | 2009-12-30 15:54:48 +0300 |
commit | 7d7440b2114b4c81816882433294f9c951bc39e8 (patch) | |
tree | 4a8b8c19f7a72e5113193b2c3667b5fb9f5f02b3 /src/settings.h | |
parent | e413f4ee9cd298baab701df31ab4c1cb91c7c4b6 (diff) | |
download | rspamd-7d7440b2114b4c81816882433294f9c951bc39e8.tar.gz rspamd-7d7440b2114b4c81816882433294f9c951bc39e8.zip |
* Add support of whitelists in settings (by Anton Nekhoroshin)
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 58e877570..1f7ee743f 100644 --- a/src/settings.h +++ b/src/settings.h @@ -8,6 +8,7 @@ struct rspamd_settings { GHashTable *metric_scores; /**< hash table of metric require scores for this setting */ GHashTable *reject_scores; /**< hash table of metric reject scores for this setting */ GHashTable *factors; /**< hash table of new factors for this setting */ + GHashTable *whitelist; /**< hash table of whitelist for this setting */ char *statfile_alias; /**< alias for statfile used */ gboolean want_spam; /**< if true disable rspamd checks */ }; |