News About Features Documentation FAQ ChangeLog Mailinglist Download GIT Screenshots RRDtool MRTG WebQ Logwatch Reporter Latest stable: 2.0.2-1 Latest devel: 2.0.3-0.beta5 |
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. |