Rename rbl to iplist since it can be whitelisting.
[apps/pfixtools.git] / example / postlicyd.conf
index 84ab21e..c7af940 100644 (file)
@@ -52,7 +52,7 @@
 #
 # Filter:
 #   Current defined filter types are:
-#     - rbl: match the client_address against one or more blacklist files from a rbl
+#     - iplist: match the client_address against one or more blacklist files from a rbl
 #        Parameters:
 #           - file: (non)?lock:weight:filename
 #             declare a file to load. If lock is given, the blacklist is locked into the
@@ -116,13 +116,13 @@ greylist {
 }
 
 spamhaus_and_abuseat {
-  type   = rbl;
+  type   = iplist;
 
   # configuration
   file   = lock:10:/var/spool/postlicyd/rbl.spamhaus.org;
   file   = lock:1:/var/spool/postlicyd/cbl.abuseat.org;
   soft_threshold = 1;
-  hard_threshold = 9;
+  hard_threshold = 11;
 
   # hooks
   on_soft_match = greylist;