diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-28 15:38:34 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-28 15:38:34 +0400 |
commit | 188018fe88416dbe918402a650da4153066d1658 (patch) | |
tree | d1df67700bf5e0d9aad6a6ec46c161284c40003d /utils | |
parent | 1b007aafd237dd71dda50122e2b4ae7d2386fa4c (diff) | |
download | rspamd-188018fe88416dbe918402a650da4153066d1658.tar.gz rspamd-188018fe88416dbe918402a650da4153066d1658.zip |
* One more fix to default redirector's settings
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 b67f70f9c..64213b5ca 100755 --- a/utils/redirector.pl.in +++ b/utils/redirector.pl.in @@ -42,7 +42,6 @@ our %cfg = ( logfile => '/var/log/rspamd-redirector.log', do_log => 0, debug => 0, - check_regexp => 'http://[^/]+/', memcached_servers => [ { address => 'localhost:11211', weight => 2.5 }, ], digest_bits => 256, |