diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-07 17:32:09 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-07 17:32:09 +0000 |
commit | 52466776c6d731372f0fd6b3bf73564071c42414 (patch) | |
tree | 213e5800ce488acb59d91c8235ac91f3611e59a7 /conf/modules.conf | |
parent | 5affd62368a66e2a20c93eb5caf6934791deb4b8 (diff) | |
parent | a0fcf6237c9bd4abb9fcde2bc6f96d78eeb4806f (diff) | |
download | rspamd-52466776c6d731372f0fd6b3bf73564071c42414.tar.gz rspamd-52466776c6d731372f0fd6b3bf73564071c42414.zip |
Merge pull request #45 from fatalbanana/master
Remove dated configuration example & add missing option registration
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 41296b7bf..712671b30 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -67,17 +67,13 @@ surbl { } } rbl { - default_received = false; - default_from = true; rbls { spamhaus { symbol = "RBL_SPAMHAUS"; rbl = "zen.spamhaus.org"; - ipv4 = true; ipv6 = true; - unknown = false; returncodes { RBL_SPAMHAUS_SBL = "127.0.0.2"; RBL_SPAMHAUS_CSS = "127.0.0.3"; @@ -93,7 +89,6 @@ rbl { spamhaus_xbl { symbol = "RECEIVED_SPAMHAUS_XBL"; rbl = "xbl.spamhaus.org"; - ipv4 = true; ipv6 = true; received = true; from = false; |