From 1bcf0de7c168da9211982e64b28a839a6078dcf6 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Tue, 7 Feb 2017 21:39:46 +0100 Subject: [PATCH] Update complain.conf --- config/action.d/complain.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/action.d/complain.conf b/config/action.d/complain.conf index 9934bd94..16117db8 100644 --- a/config/action.d/complain.conf +++ b/config/action.d/complain.conf @@ -62,7 +62,7 @@ actioncheck = # Values: CMD # actionban = oifs=${IFS}; - REV_IP=$(printf %%s ${IP}. | tac -s.) + REV_IP=$(printf %%s . | tac -s.) ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org) IFS=,; ADDRESSES=$(echo $ADDRESSES) IFS=${oifs}