From d17d839b025ab50041732521f3a8cc4798de5ed7 Mon Sep 17 00:00:00 2001 From: Dario B Date: Thu, 23 May 2024 15:34:57 +0200 Subject: [PATCH] Update rbl.conf only a typo in a description ("generig" -> "generic") --- 3.x/rbl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.x/rbl.conf b/3.x/rbl.conf index 295e2aa..91fc9fa 100644 --- a/3.x/rbl.conf +++ b/3.x/rbl.conf @@ -8,7 +8,7 @@ rbls { received = false; rbl = "your_DQS_key.zen.dq.spamhaus.net"; returncodes { - # Add a generig hit on ZEN. It's safe to tag as spam if the last untrusted relay is in this combined list + # Add a generic hit on ZEN. It's safe to tag as spam if the last untrusted relay is in this combined list # SPAMHAUS_ZEN_SBL = "127.0.0.2"; # SPAMHAUS_ZEN_CSS = "127.0.0.3"; # SPAMHAUS_ZEN_XBL = [ "127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7" ];