diff options
author | Andrew Lewis <nerf@judo.za.org> | 2014-02-07 12:03:58 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2014-02-07 12:03:58 +0200 |
commit | fa8e1dc94f5db51d9f171021c661f4799dacd793 (patch) | |
tree | 8af356b945f13919d1432d94a6c46ea11e17e59d /conf/modules.conf | |
parent | 55285dfcf2a5e5bbc10208cf2421f100adadf668 (diff) | |
download | rspamd-fa8e1dc94f5db51d9f171021c661f4799dacd793.tar.gz rspamd-fa8e1dc94f5db51d9f171021c661f4799dacd793.zip |
Tweak default RBL module config for brevity
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; |