aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authorcebka@lenovo-laptop <cebka@lenovo-laptop>2009-12-30 15:54:48 +0300
committercebka@lenovo-laptop <cebka@lenovo-laptop>2009-12-30 15:54:48 +0300
commit7d7440b2114b4c81816882433294f9c951bc39e8 (patch)
tree4a8b8c19f7a72e5113193b2c3667b5fb9f5f02b3 /src/settings.h
parente413f4ee9cd298baab701df31ab4c1cb91c7c4b6 (diff)
downloadrspamd-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.h1
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 */
};