From 8c5525163b11fd919e289dca0a90eb7c6097e85d Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Tue, 18 Feb 2014 15:13:02 +0000 Subject: [PATCH] BF: Fix misplaced ";", and duplicate {ip,}matches --- config/action.d/xarf-login-attack.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/action.d/xarf-login-attack.conf b/config/action.d/xarf-login-attack.conf index c5ac5110..32c611a1 100644 --- a/config/action.d/xarf-login-attack.conf +++ b/config/action.d/xarf-login-attack.conf @@ -38,18 +38,17 @@ actionstop = actioncheck = -actionban = oifs=${IFS}; IFS=.;SEP_IP=( ); set -- ${SEP_IP} ;ADDRESSES=$(dig +short -t txt -q $4.$3.$2.$1.abuse-contacts.abusix.org); IFS=${oifs} +actionban = oifs=${IFS}; IFS=.;SEP_IP=( ); set -- ${SEP_IP}; ADDRESSES=$(dig +short -t txt -q $4.$3.$2.$1.abuse-contacts.abusix.org); IFS=${oifs} IP= FROM= SERVICE= FAILURES= - MATCHES='' REPORTID=