HOME LINKS SAL PUBLIC SOFTWARE SEARCH MADE UP

SAGATOR


not_listed()
  SQL whitelist for a policy.
  
  Usage: not_listed(flags='W', table='greylist')
  
  Where: flags is an character, which defines which flag will be searched
           in SQL table. By default 'B' for this scanner.
         table can define table alternative
  
  Returns: level=1.0, when client is not in whitelist
           level=0.0, when client is in whitelist
  
  Example: not_listed()
  
  New in version 0.8.0.