Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JustinMason]

...

Please add links to third-party SA plugins here. Note that only SpamAssassin 3.0.0 or later can use these (and it's not released yet!). To use these, just place the file(s) in /etc/mail/spamassassin (if you use spamd, be sure to restart); SpamAssassin will need at least 1 rule file (ending in .cf) to load the plugin, and that will typically use a loadplugin line to load a .pm file containing the plugin's perl code.

Wiki Markup
The .pm file can be kept in /etc/mail/spamassassin, too. (once \[http://bugzilla.spamassassin.org/show_bug.cgi?id=3717 bug 3717\] is fixed.)

Before running these plugins please do the following:

  1. Read any extra info available with the plugins, including the comments in the .cf files, or the POD documentation in the .pm file. 2. Check to make sure that the default scores fit your installation. You might want to modify scores. 3. Make sure to --lint the rules after loading them. 4. Test the new plugin. Keep an eye on hits from the new rules to determine if the scoring is right for you.

...