Browse Source

Tweak default RBL module config for brevity

tags/0.7.0
Andrew Lewis 10 years ago
parent
commit
fa8e1dc94f
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      conf/modules.conf

+ 0
- 5
conf/modules.conf View File

@@ -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;

Loading…
Cancel
Save