From 93b01f0951f3f82460b582dcd9018376c0ebc996 Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Mon, 27 Oct 2025 14:23:51 +0100 Subject: [PATCH] Fix typo in keywords removal regex --- config/action.d/abuseipdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/action.d/abuseipdb.conf b/config/action.d/abuseipdb.conf index aa70496d..37efa1be 100644 --- a/config/action.d/abuseipdb.conf +++ b/config/action.d/abuseipdb.conf @@ -86,7 +86,7 @@ actioncheck = actionban = lgm=$( msg="" ;\ [ -n "" ] && \ - msg=$(echo "$msg" | sed -E "s/\b()\b/REDACTED/gI") ;\ + msg=$(echo "$msg" | sed -E "s/\b()\b/REDACTED/gI") ;\ msg=$(printf '%%.1000s\n...' "$msg") ;\ echo "$msg" ) ;\ curl -sSf "https://api.abuseipdb.com/api/v2/report" \