HOME LINKS SAL PUBLIC SOFTWARE SEARCH MADE UP

SAGATOR


elisted()
  SQL blacklist for a policy. Enhanced version.
  
  You can use this scanner to chcek, if an record is present in SQL table.
  
  Usage: elisted(flags='B', 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 in blacklist
           level=0.0, when client is not in blacklist
  
  This is experimental and may change in future releases.
  
  Example: elisted()
  
  New in version 1.1.1.