diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-02 16:54:03 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-02 16:54:03 +0300 |
commit | 619adf18842f66bc84613b5caffadbbf6dc02924 (patch) | |
tree | 6a91d3b2d469c19d8365d69735a436ffb3499ad5 /rspamd.conf.sample | |
parent | 3d6020ef1ed601e1f2db2a90f7b64d1a634db171 (diff) | |
download | rspamd-619adf18842f66bc84613b5caffadbbf6dc02924.tar.gz rspamd-619adf18842f66bc84613b5caffadbbf6dc02924.zip |
* htonl->htons as port is uint16_t, so lower bytes are zeroed or undefined when call htonl
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 8fd0315f4..591f8876c 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) |