diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-03-18 17:40:15 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-03-18 17:40:15 +0300 |
commit | 712e32edb1b91ecfa58b571d58e6c2e5554925e9 (patch) | |
tree | d5d04eebbc67c32850fe8a0f79b240004fb192c7 /src/plugins/surbl.h | |
parent | c3314fe19509cf9e237c1ae3ba9383d692f71c00 (diff) | |
download | rspamd-712e32edb1b91ecfa58b571d58e6c2e5554925e9.tar.gz rspamd-712e32edb1b91ecfa58b571d58e6c2e5554925e9.zip |
* Add option redirector_symbol to surbl module.
Diffstat (limited to 'src/plugins/surbl.h')
-rw-r--r-- | src/plugins/surbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/surbl.h b/src/plugins/surbl.h index 3760f5808..21bb98df0 100644 --- a/src/plugins/surbl.h +++ b/src/plugins/surbl.h @@ -37,6 +37,7 @@ struct surbl_ctx { gchar *metric; const gchar *tld2_file; const gchar *whitelist_file; + gchar *redirector_symbol; GHashTable **exceptions; GHashTable *whitelist; GHashTable *redirector_hosts; |