Syntax
boolean getyesnosetting ( string <variable_name>)
Description
getyesnosetting returns the value of a yes/no setting in the current policy server host settings file. If the named config is not present in the policy server host setting file, it returns false.
Example
if (getyesnosetting("sysLogQueue") == false ) { reject; }