HOME LINKS SAL PUBLIC SOFTWARE SEARCH MADE UP

SAGATOR


time_limit()
  Interscanner to limit scanner execution time.
  
  Usage: time_limit(seconds, scanners)
  
  Where: seconds is an float, which defines maximum number of seconds.
           After this limit scanner returns a virus and will be
           dropped or rejected (maybe also quarantined) according
           to configuration.
  
  Example: time_limit(300, parsemail(b2f(libclam())) )
  
  New in version 0.7.0.