diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-03 17:10:07 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-03 17:10:07 +0400 |
commit | 6f5f7e7fde16088ddfdf993c2efd1736fc83b6e0 (patch) | |
tree | 514456b08e841c53c2a1e3e5b46504100e6127df /rspamd.conf.sample | |
parent | 7843c9479038c38395886521d32390e6867fac1e (diff) | |
download | rspamd-6f5f7e7fde16088ddfdf993c2efd1736fc83b6e0.tar.gz rspamd-6f5f7e7fde16088ddfdf993c2efd1736fc83b6e0.zip |
* Implement new way for parsing text lists
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample index 900eb0599..5184aef09 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -126,9 +126,9 @@ delivery { # Metric for surbl module metric = "default"; # List of public known hostings (for which we should use 3 components of domain name instead of 2) - hostings = "narod.ru,pp.ru,org.ru,net.ru"; + 2tld = "file:///some/path/file"; # Whitelisted urls - whitelist = "highsecure.ru,freebsd.org"; + whitelist = "file:///some/other/file"; }; |