very close jellyfrog
ALT+F6 and enter
[request]
{.if|{.{.header|User-Agent.}=xyz.}|{.disconnect.}.}
untested as well
[request]
{.if|{.{.header|User-Agent.}=xyz.}|{.disconnect.}.}
in hfs.events disconnects me
Your User Agent is: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
HFS 2.3 beta (217)
Hm.. is it possible it just listen to:{.header|User-Agent.}? and skip the =xyz?
so it looks like this:
{.if|{.header|User-Agent.}|do something.}
That should return true? Just a thought