BF: remove debugging tee command on xarf-login-attack

pull/468/head
Daniel Black 2013-12-01 17:53:34 +11:00
parent 9c1a679b7f
commit 9df5f4eec8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ actionban = ADDRESSES=`querycontacts <ip>`
(printf -- %%b "<header>\n<message>\n<report>\n${MATCHES}\n";
date '+Note: Local timezone is %%z (%%Z)';
tail -n <loglines> <logpath> | grep '[^0-9]<ip>[^0-9]';
printf -- %%b "<footer>") | tee /tmp/message | <mailcmd> "abuse report about <ip> - $DATE" <mailargs> $ADDRESSES
printf -- %%b "<footer>") | <mailcmd> "abuse report about <ip> - $DATE" <mailargs> $ADDRESSES
fi
actionunban =