blob: 4e3dce71f2fd6fe514fef73a2e537f7f24314222 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001symbols = {
2 "RBL_UCEPROTECT_LEVEL1" {
3 score = 3.5;
4 }
5 "RBL_UCEPROTECT_LEVEL2" {
6 score = 1.5;
7 }
8 "RBL_SORBS" {
9 score = 0.0;
10 description = "Unrecognised result from SORBS RBL";
11 }
12 "RBL_SORBS_HTTP" {
13 score = 2.5;
14 description = "List of Open HTTP Proxy Servers.";
15 }
16 "RBL_SORBS_SOCKS" {
17 score = 2.5;
18 description = "List of Open SOCKS Proxy Servers.";
19 }
20 "RBL_SORBS_MISC" {
21 score = 1.0;
22 description = "List of open Proxy Servers not listed in the SOCKS or HTTP lists.";
23 }
24 "RBL_SORBS_SMTP" {
25 score = 4.0;
26 description = "List of Open SMTP relay servers.";
27 }
28 "RBL_SORBS_RECENT" {
29 score = 2.0;
30 description = "List of hosts that have been noted as sending spam/UCE/UBE to the admins of SORBS within the last 28 days (includes new.spam.dnsbl.sorbs.net).";
31 }
32 "RBL_SORBS_WEB" {
33 score = 2.0;
34 description = "List of web (WWW) servers which have spammer abusable vulnerabilities (e.g. FormMail scripts)";
35 }
36 "RBL_SORBS_DUL" {
37 score = 2.0;
38 description = "Dynamic IP Address ranges (NOT a Dial Up list!)";
39 }
40 "RBL_SORBS_BLOCK" {
41 score = 0.5;
42 description = "List of hosts demanding that they never be tested by SORBS.";
43 }
44 "RBL_SORBS_ZOMBIE" {
45 score = 2.0;
46 description = "List of networks hijacked from their original owners, some of which have already used for spamming.";
47 }
48 "RECEIVED_SPAMHAUS_XBL" {
49 weight = 0.0;
50 description = "Received address is listed in ZEN XBL";
51 }
52 "RBL_INTERSERVER_BAD_URI" {
53 score = 4.0;
54 description = "Listed on Interserver RBL";
55 }
56 "RBL_INTERSERVER_BAD_IP" {
57 score = 4.0;
58 description = "Listed on Interserver RBL";
59 }
60}