home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / hotfix / fsis / IS-SpamControl.fsfix / iufssc / rules / 25_accessdb.cf < prev    next >
Text File  |  2006-11-29  |  420b  |  12 lines

  1. ifplugin Mail::SpamAssassin::Plugin::AccessDB
  2.  
  3. # this code uses an access database (sendmail, postfix, etc.)
  4. # Since you need to actively create an accessdb to use it, the plugin
  5. # and rule is considered userconf and is disabled by default.
  6. header        ACCESSDB eval:check_access_database('/etc/mail/access.db')
  7. describe    ACCESSDB Message would have been caught by accessdb
  8. tflags        ACCESSDB userconf
  9. score        ACCESSDB 0
  10.  
  11. endif
  12.