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 / v310.pre < prev    next >
Text File  |  2006-11-29  |  2KB  |  77 lines

  1. # This is the right place to customize your installation of SpamAssassin.
  2. #
  3. # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
  4. # tweaked.
  5. #
  6. # This file was installed during the installation of SpamAssassin 3.1.0,
  7. # and contains plugin loading commands for the new plugins added in that
  8. # release.  It will not be overwritten during future SpamAssassin installs,
  9. # so you can modify it to enable some disabled-by-default plugins below,
  10. # if you so wish.
  11. #
  12. ###########################################################################
  13.  
  14. loadplugin FS::PhishBLPlugin
  15.  
  16. # DCC - perform DCC message checks.
  17. #
  18. # DCC is disabled here because it is not open source.  See the DCC
  19. # license for more details.
  20. #
  21. #loadplugin Mail::SpamAssassin::Plugin::DCC
  22.  
  23. # Pyzor - perform Pyzor message checks.
  24. #
  25. #loadplugin Mail::SpamAssassin::Plugin::Pyzor
  26.  
  27. # Razor2 - perform Razor2 message checks.
  28. #
  29. #loadplugin Mail::SpamAssassin::Plugin::Razor2
  30.  
  31. # SpamCop - perform SpamCop message reporting
  32. #
  33. #loadplugin Mail::SpamAssassin::Plugin::SpamCop
  34.  
  35. # AntiVirus - some simple anti-virus checks, this is not a replacement
  36. # for an anti-virus filter like Clam AntiVirus
  37. #
  38. #loadplugin Mail::SpamAssassin::Plugin::AntiVirus
  39.  
  40. # AWL - do auto-whitelist checks
  41. #
  42. #loadplugin Mail::SpamAssassin::Plugin::AWL
  43.  
  44. # AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
  45. #
  46. #loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
  47.  
  48. # TextCat - language guesser
  49. #
  50. #loadplugin Mail::SpamAssassin::Plugin::TextCat
  51.  
  52. # AccessDB - lookup from-addresses in access database
  53. #
  54. #loadplugin Mail::SpamAssassin::Plugin::AccessDB
  55.  
  56. # WhitelistSubject - Whitelist/Blacklist certain subject regular expressions
  57. #
  58. #loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
  59.  
  60. ###########################################################################
  61. # experimental plugins
  62.  
  63. # DomainKeys - perform DomainKeys verification
  64. #
  65. # External modules required for use, see INSTALL for more information.
  66. #
  67. #loadplugin Mail::SpamAssassin::Plugin::DomainKeys
  68.  
  69. # MIMEHeader - apply regexp rules against MIME headers in the message
  70. #
  71. #loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
  72.  
  73. # ReplaceTags
  74. #
  75. #loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
  76.  
  77.