Remove double-quotes from email addresses

pull/1685/head
Jan Grewe 2017-02-08 14:16:13 +01:00 committed by GitHub
parent 1bcf0de7c1
commit 58c68b75f0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ actioncheck =
#
actionban = oifs=${IFS};
REV_IP=$(printf %%s <ip>. | tac -s.)
ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org)
ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org | tr -d '"')
IFS=,; ADDRESSES=$(echo $ADDRESSES)
IFS=${oifs}
IP=<ip>