|
@@ -23,4 +23,24 @@ rbls {
|
|
|
RBL_SORBS_ZOMBIE = "127.0.0.9";
|
|
|
}
|
|
|
}
|
|
|
+ interserver_ip {
|
|
|
+ symbol = "RBL_INTERSERVER_IP";
|
|
|
+ rbl = "rbl.interserver.net";
|
|
|
+ returncodes {
|
|
|
+ RBL_INTERSERVER_BAD_IP = "127.0.0.2";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ interserver_uri {
|
|
|
+ symbol = "RBL_INTERSERVER_URI";
|
|
|
+ rbl = "rbluri.interserver.net";
|
|
|
+ ignore_defaults = true;
|
|
|
+ no_ip = true;
|
|
|
+ dkim = true;
|
|
|
+ emails = true;
|
|
|
+ emails_domainonly = true;
|
|
|
+ urls = true;
|
|
|
+ returncodes = {
|
|
|
+ RBL_INTERSERVER_BAD_URI = "127.0.0.2";
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|