diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-27 20:06:15 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-27 20:06:15 +0300 |
commit | 080af17704e6aee865b416862575308352d6dcee (patch) | |
tree | df4ed794c67ded095007d9553ed86305a3d212ea /rspamd.conf.sample | |
parent | 749503560ef72d7b20f935487a77ee4fbc8a9e3f (diff) | |
download | rspamd-080af17704e6aee865b416862575308352d6dcee.tar.gz rspamd-080af17704e6aee865b416862575308352d6dcee.zip |
* Fix url-extracter
* Fix soft-shutdown of dispacther
* Turn debug on by default in cmake
* Change logic of save points
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample index b440a3325..63c8792fa 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -102,7 +102,7 @@ delivery { # SURBL module params, note that single quotes are mandatory here .module 'surbl' { # Address to redirector in host:port format - redirector = "localhost:8080"; + #redirector = "localhost:8080"; # Connect timeout for redirector redirector_connect_timeout = "1s"; # IO timeout for redirector (may be usefull to set this value rather big) |