<div>Hi</div><div> </div><div><div><div>I have the following condition below in my config</div><div> </div><div>if (!allow_trusted("$si", "$proto")) {</div><div>    xlog("L_INFO","\n\n--NOT trusted! - $si - $proto");</div><div>    sl_send_reply("403", "Forbidden");</div><div>    exit;</div><div>}</div><div> </div><div>I checked that $si is the same ip as in the permissions table and confirmed that it has been loaded</div><div>with</div><div> </div><div>kamcmd permissions.trustedDump</div><div> </div><div>This is the output</div><div>{</div><div>        table: 8</div><div>        item: {</div><div>                ip:  x.x.x.x</div><div>                proto: 0</div><div>                pattern:</div><div>                ruri_pattern:</div><div>                tag: NULL</div><div>                priority: 0</div><div>        }</div><div>}</div><div> </div><div>However allow_trusted function returns false i.e. not trusted. Why so this be the case when permissions.trustedDump report as above?</div><div> </div><div>By the way I am using sqlite as the data store if that make a diffreence</div><div> </div><div>thanks </div><div> </div><div> </div></div></div>