summaryrefslogtreecommitdiffstats
path: root/src/plugins/surbl.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-28 15:33:45 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-28 15:33:45 +0400
commit1b007aafd237dd71dda50122e2b4ae7d2386fa4c (patch)
treea8e6db8ed31c49d0c15a0078a75251dcbe38af6f /src/plugins/surbl.h
parente1803284cd6e5c86772b298fd203b64c9e090351 (diff)
downloadrspamd-1b007aafd237dd71dda50122e2b4ae7d2386fa4c.tar.gz
rspamd-1b007aafd237dd71dda50122e2b4ae7d2386fa4c.zip
* Add new map 'redirector_hosts_map' for determining which hosts should be checked with redirector
Diffstat (limited to 'src/plugins/surbl.h')
-rw-r--r--src/plugins/surbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/surbl.h b/src/plugins/surbl.h
index cfe17b404..ea7f9359b 100644
--- a/src/plugins/surbl.h
+++ b/src/plugins/surbl.h
@@ -32,6 +32,7 @@ struct surbl_ctx {
const char *whitelist_file;
GHashTable *tld2;
GHashTable *whitelist;
+ GHashTable *redirector_hosts;
unsigned use_redirector;
memory_pool_t *surbl_pool;
GRegex *extract_hoster_regexp;