Hi,
should it be possible to do this:
policy {
   check_something {
     if (Some-Attribute) {
       noop
     } else {
       reject
     }
   }
}
authorize {
   check_something {
     noop = return
   }
}
2.x just gives a parser error, while 3.x also explains it failed to find 
"check_something" in the "modules" section.
Thanks in advance for any insight,
Z.