diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-28 15:33:45 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-28 15:33:45 +0400 |
commit | 1b007aafd237dd71dda50122e2b4ae7d2386fa4c (patch) | |
tree | a8e6db8ed31c49d0c15a0078a75251dcbe38af6f /utils | |
parent | e1803284cd6e5c86772b298fd203b64c9e090351 (diff) | |
download | rspamd-1b007aafd237dd71dda50122e2b4ae7d2386fa4c.tar.gz rspamd-1b007aafd237dd71dda50122e2b4ae7d2386fa4c.zip |
* Add new map 'redirector_hosts_map' for determining which hosts should be checked with redirector
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/redirector.pl.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/redirector.pl.in b/utils/redirector.pl.in index 0fc79beea..b67f70f9c 100755 --- a/utils/redirector.pl.in +++ b/utils/redirector.pl.in @@ -43,7 +43,6 @@ our %cfg = ( do_log => 0, debug => 0, check_regexp => 'http://[^/]+/', - check_domains => [ 'narod.ru', 'test.ru' ], memcached_servers => [ { address => 'localhost:11211', weight => 2.5 }, ], digest_bits => 256, |