summaryrefslogtreecommitdiff
path: root/spamassassin/v320.pre
blob: 1b2a961a13469c5abecf8d442230ae9a79217fec (plain)
  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.2.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. # There are now multiple files read to enable plugins in the
  13. # /etc/mail/spamassassin directory; previously only one, "init.pre" was
  14. # read. Now both "init.pre", "v310.pre", and any other files ending in
  15. # ".pre" will be read. As future releases are made, new plugins will be
  16. # added to new files, named according to the release they're added in.
  17. ###########################################################################
  18. # Check - Provides main check functionality
  19. #
  20. loadplugin Mail::SpamAssassin::Plugin::Check
  21. # HTTPSMismatch - find URI mismatches between href and anchor text
  22. #
  23. loadplugin Mail::SpamAssassin::Plugin::HTTPSMismatch
  24. # URIDetail - test URIs using detailed URI information
  25. #
  26. loadplugin Mail::SpamAssassin::Plugin::URIDetail
  27. # Shortcircuit - stop evaluation early if high-accuracy rules fire
  28. #
  29. # loadplugin Mail::SpamAssassin::Plugin::Shortcircuit
  30. # Plugins which used to be EvalTests.pm
  31. # broken out into separate plugins
  32. loadplugin Mail::SpamAssassin::Plugin::Bayes
  33. loadplugin Mail::SpamAssassin::Plugin::BodyEval
  34. loadplugin Mail::SpamAssassin::Plugin::DNSEval
  35. loadplugin Mail::SpamAssassin::Plugin::HTMLEval
  36. loadplugin Mail::SpamAssassin::Plugin::HeaderEval
  37. loadplugin Mail::SpamAssassin::Plugin::MIMEEval
  38. loadplugin Mail::SpamAssassin::Plugin::RelayEval
  39. loadplugin Mail::SpamAssassin::Plugin::URIEval
  40. loadplugin Mail::SpamAssassin::Plugin::WLBLEval
  41. # VBounce - anti-bounce-message rules, see rules/20_vbounce.cf
  42. #
  43. loadplugin Mail::SpamAssassin::Plugin::VBounce
  44. # Rule2XSBody - speedup by compilation of ruleset to native code
  45. #
  46. loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
  47. # ASN - Look up the Autonomous System Number of the connecting IP
  48. # and create a header containing ASN data for bayes tokenization.
  49. # See plugin's POD docs for usage info.
  50. #
  51. loadplugin Mail::SpamAssassin::Plugin::ASN
  52. # ImageInfo - rules to match metadata of image attachments
  53. #
  54. loadplugin Mail::SpamAssassin::Plugin::ImageInfo