decoder wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ryan Steele wrote:
All,
Just to double check... all of the plugins currently for my
SpamAssassin installation are located in
/usr/share/perl5/Mail/SpamAssassin/Plugin ...so, that's where I
stuck the .cf and .pm that come with the FuzzyOcrPlugin tarball. I
still get the image spams though...should the .cf actually be in
/etc/mail/spamassassin? I sort of want to have an idea of what's
right here before I go and push anything out on production boxes.
Thanks!
Best Regards, Ryan
decoder wrote:
All files should go to /etc/mail/spamassassin/. You can probably put
the .pm file somewhere else, but I don't know if you need to change
the .cf file then so it finds the plugin, so if you want to make sure,
simply put both files there.
you can put the .pm anywhere you want. For instance I've put all the
plugins I use to /etc/mail/spamassassin/plugins
then I added the following line to v310.pre (that's where the LoadPlugin
directives should land officially...)
loadplugin FuzzyOcr /etc/mail/spamassassin/plugins/FuzzyOcr.pm
Matt