summaryrefslogtreecommitdiffstats
path: root/cgi
diff options
context:
space:
mode:
authorcebka@lenovo-laptop <cebka@lenovo-laptop>2010-03-12 21:05:01 +0300
committercebka@lenovo-laptop <cebka@lenovo-laptop>2010-03-12 21:05:01 +0300
commitcb3aefcfe65f2f48b8522289fbdb83b0311ce21a (patch)
tree689029efec512d951fb6d1bf737203becfeecde1 /cgi
parente925ce2537a2fedd76b9796f5c97c30008c05c8c (diff)
downloadrspamd-cb3aefcfe65f2f48b8522289fbdb83b0311ce21a.tar.gz
rspamd-cb3aefcfe65f2f48b8522289fbdb83b0311ce21a.zip
* More fixes
Diffstat (limited to 'cgi')
-rw-r--r--cgi/rspamd.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/rspamd.cgi b/cgi/rspamd.cgi
index 51f134d89..cf18998e5 100644
--- a/cgi/rspamd.cgi
+++ b/cgi/rspamd.cgi
@@ -15,7 +15,7 @@ use IO::String;
use Data::Dumper;
my %cfg = (
- 'hosts' => ['localhost:11333', 'spam22'],
+ 'hosts' => ['localhost:11333'],
);
@@ -476,4 +476,4 @@ EOT
$port = 8080 unless int($port);
$host = 'localhost' unless $host;
-RspamdWebInterface->new({port=>$port, standalone=>$standalone, config=>$cfg, host=>$host})->run();
+RspamdWebInterface->new({port=>$port, standalone=>$standalone, config=>$cfg, addr=>$host})->run();