summaryrefslogtreecommitdiff
path: root/spamassassin/v310.pre
blob: 41b85877c1d50f5f9569ef1477531b0fb044c395 (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.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. # 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. # DCC - perform DCC message checks.
  19. #
  20. # DCC is disabled here because it is not open source. See the DCC
  21. # license for more details.
  22. #
  23. #loadplugin Mail::SpamAssassin::Plugin::DCC
  24. # Pyzor - perform Pyzor message checks.
  25. #
  26. loadplugin Mail::SpamAssassin::Plugin::Pyzor
  27. # Razor2 - perform Razor2 message checks.
  28. #
  29. loadplugin Mail::SpamAssassin::Plugin::Razor2
  30. # SpamCop - perform SpamCop message reporting
  31. #
  32. loadplugin Mail::SpamAssassin::Plugin::SpamCop
  33. # AntiVirus - some simple anti-virus checks, this is not a replacement
  34. # for an anti-virus filter like Clam AntiVirus
  35. #
  36. loadplugin Mail::SpamAssassin::Plugin::AntiVirus
  37. # AWL - do auto-whitelist checks
  38. #
  39. #loadplugin Mail::SpamAssassin::Plugin::AWL
  40. # AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
  41. #
  42. loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
  43. # TextCat - language guesser
  44. #
  45. loadplugin Mail::SpamAssassin::Plugin::TextCat
  46. ok_languages da de en no sv
  47. # AccessDB - lookup from-addresses in access database
  48. #
  49. #loadplugin Mail::SpamAssassin::Plugin::AccessDB
  50. # WhitelistSubject - Whitelist/Blacklist certain subject regular expressions
  51. #
  52. loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
  53. ###########################################################################
  54. # experimental plugins
  55. # DomainKeys - perform DomainKeys verification
  56. #
  57. # This plugin has been removed as of v3.3.0. Use the DKIM plugin instead,
  58. # which supports both Domain Keys and DKIM.
  59. # MIMEHeader - apply regexp rules against MIME headers in the message
  60. #
  61. loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
  62. # ReplaceTags
  63. #
  64. loadplugin Mail::SpamAssassin::Plugin::ReplaceTags