From: Vsevolod Stakhov Date: Tue, 28 Jul 2009 11:38:34 +0000 (+0400) Subject: * One more fix to default redirector's settings X-Git-Tag: 0.2.7~66 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=188018fe88416dbe918402a650da4153066d1658;p=rspamd.git * One more fix to default redirector's settings --- 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,