> Question 2: someone asked why my module is "Botnet" instead of
> "Mail::SpamAssassin::Plugin::Botnet".  The answer is: when I first
> started this (and this is/was my first SA Plugin authoring
> attempt), I
> tried that and it didn't work.  If someone wants to look at it, and
> figure out how to make that work (but still have the files located in
> /etc/mail/spamassassin) I would happily incorporate it.

Use the loadplugin line to specify the location, for example, I do the
following:

loadplugin Mail::SpamAssassin::Plugin::ImageInfo
c:/perl/site/etc/mail/spamassassin/ImageInfo.pm

That way you can put the module anywhere and still have it called
Mail::SpamAssasssin::Plugin::___

Bret



Reply via email to