Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
#
# 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
}
spamhaus_and_abuseat {
- type = rbl;
+ type = iplist;
# configuration
file = lock:10:/var/spool/postlicyd/rbl.spamhaus.org;
static int rbl_init(void)
{
- filter_type_t type = filter_register("rbl", rbl_filter_constructor,
+ filter_type_t type = filter_register("iplist", rbl_filter_constructor,
rbl_filter_destructor, rbl_filter);
/* Hooks.
*/