Browse Source

Add DNSWL_BLOCKED symbol

tags/0.9.0
Andrew Lewis 9 years ago
parent
commit
0f43abdc16
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      conf/metrics.conf
  2. 1
    0
      conf/modules.conf

+ 1
- 0
conf/metrics.conf View File

@@ -327,6 +327,7 @@ metric {
name = "ONCE_RECEIVED_STRICT";
}

symbol { name = "DNSWL_BLOCKED"; weight = 0.0; description = "Resolver blocked due to excessive queries"; }
symbol { name = "RCVD_IN_DNSWL"; weight = 0.0; description = "Sender listed at http://www.dnswl.org"; }
symbol { name = "RCVD_IN_DNSWL_NONE"; weight = -0.05; description = "Sender listed at http://www.dnswl.org, low none"; }
symbol { name = "RCVD_IN_DNSWL_LOW"; weight = -0.1; description = "Sender listed at http://www.dnswl.org, low trust"; }

+ 1
- 0
conf/modules.conf View File

@@ -193,6 +193,7 @@ rbl {
RCVD_IN_DNSWL_LOW = "127.0.%d+.1";
RCVD_IN_DNSWL_MED = "127.0.%d+.2";
RCVD_IN_DNSWL_HI = "127.0.%d+.3";
DNSWL_BLOCKED = "127.0.0.255";
}
}


Loading…
Cancel
Save