<div dir="ltr">I was mistaken regarding subscriptions being squelched, but a similar script even simpler works:<div><br></div><div><font face="monospace">    #<br>    <br>    stdbuf -i0 -o0 -e0 tail -F /var/log/httpd/access_log | stdbuf -i0 -o0 -e0 awk  '/fullname=&/ { print "banning " $2; system("apf -d " $2 " banned subscribe hacker") }'</font><br></div><div><font face="monospace"><br></font></div><div><font face="monospace">So, between the two scripts, I have what I need for now.</font></div></div>