It works pretty well. Thank you sir :-)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuif ($1 ~= "10.200.*.*")
{
return %(true, $1); // at this point $1 contains first matching group
}
return false;