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" \