From 51516c7c8e9fa7c9484a6dff52a10f3a74b6ea41 Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Wed, 5 Nov 2025 11:29:56 +0100 Subject: [PATCH] Apply suggestion from @GAS85 --- 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 37efa1be..b9e82210 100644 --- a/config/action.d/abuseipdb.conf +++ b/config/action.d/abuseipdb.conf @@ -87,7 +87,7 @@ actionban = lgm=$( msg="" ;\ [ -n "" ] && \ msg=$(echo "$msg" | sed -E "s/\b()\b/REDACTED/gI") ;\ - msg=$(printf '%%.1000s\n...' "$msg") ;\ + msg=$(printf '%%.1020s\n...' "$msg") ;\ echo "$msg" ) ;\ curl -sSf "https://api.abuseipdb.com/api/v2/report" \ -H "Accept: application/json" \