HOME LINKS SAL PUBLIC SOFTWARE SEARCH MADE UP

SAGATOR


bogofilter()
  BogoFilter scanner.
  
  This scanner scans for spams. If a spam is returned, a string
  SPAM is returned as virus name.
  
  Usage: bogofilter(['/usr/bin/bogofilter','-v'],
                    SPAMSTRING='',
                    MAX_FILE_SIZE=500000)
  
  Where: in [] is a path and argumets of bogofilter binary
         SPAMSTRING is a string, which define a report string,
           which is checked. If it is found, mail is assigned as 'SPAM'
         MAX_FILE_SIZE is a number, which defines maximum file size,
           which can be tested. If a mail (with header) is larger,
           it is not checked (by default 500000).