Package: tcpspy
Version: 1.7d-3
Severity: important

The config file parser seems to accept only an undefined (and weird)
subset of the documented grammar. Examples:

It accepts
 not user "foo" or not exe "bar"
but not
 not (user "foo" and exe "bar")
nor
 not ((user "foo") and (exe "bar"))
nor
 not ( user "foo" and exe "bar )
. It accepts
 user "foo"
 exe "bar"
but not
 exe "bar"
 user "foo"
. It accepts
 user "foo" and exe "bar"
but not
 exe "bar" and user "foo"
.

That makes it rather difficult writing rules files with guessing what
it will accept and what not.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to