diff options
author | Andrew Lewis <nerf@judo.za.org> | 2014-05-23 21:33:26 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2014-05-23 21:33:26 +0200 |
commit | d8d43e85eb807942f3b997a6c8ab6c5e295693ca (patch) | |
tree | 6c12921e7b9c17f28883f3a1b2dce06457d4ef92 /conf | |
parent | f73f91e1f1f1b9f2825e292af7427aef0c9dac62 (diff) | |
download | rspamd-d8d43e85eb807942f3b997a6c8ab6c5e295693ca.tar.gz rspamd-d8d43e85eb807942f3b997a6c8ab6c5e295693ca.zip |
Avoid redefining hardcoded defaults in RBL plugin
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index d7f396b47..2b3b1a7d3 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -83,6 +83,10 @@ surbl { } } rbl { + + default_from = true; + default_received = false; + rbls { spamhaus { |