On Wed, Dec 27, 2006 at 09:01:55AM -0500, Matthew Harrell wrote:
> Would something as simple as 
> 
>   return DECLINED
>           if ($self->qp->connection->notes('whitelistclient'));
> 
> in hook_data_post do the job or is it more involved than that?

If you place that before the other checks that may return DENY, yup,
that should do it.

-mct

Reply via email to